pub struct Parameter<'a> { /* private fields */ }
Expand description
A Parameter
is a key-value that can be added to a property to specify it
more.
This can be used to create a new calendar parameter by either creating a wrapper type or just use it as it is.
Implementations§
Trait Implementations§
Source§impl<'a> From<DelegatedFrom<'a>> for Parameter<'a>
impl<'a> From<DelegatedFrom<'a>> for Parameter<'a>
Source§fn from(builder: DelegatedFrom<'a>) -> Self
fn from(builder: DelegatedFrom<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<DelegatedTo<'a>> for Parameter<'a>
impl<'a> From<DelegatedTo<'a>> for Parameter<'a>
Source§fn from(builder: DelegatedTo<'a>) -> Self
fn from(builder: DelegatedTo<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> Ord for Parameter<'a>
impl<'a> Ord for Parameter<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for Parameter<'a>
impl<'a> PartialOrd for Parameter<'a>
impl<'a> Eq for Parameter<'a>
impl<'a> StructuralPartialEq for Parameter<'a>
Auto Trait Implementations§
impl<'a> Freeze for Parameter<'a>
impl<'a> RefUnwindSafe for Parameter<'a>
impl<'a> Send for Parameter<'a>
impl<'a> Sync for Parameter<'a>
impl<'a> Unpin for Parameter<'a>
impl<'a> UnwindSafe for Parameter<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more