pub struct DelegatedTo<'a> { /* private fields */ }
Expand description
DELEGATED-TO
Parameter
Implementations§
Trait Implementations§
Source§impl<'a> Clone for DelegatedTo<'a>
impl<'a> Clone for DelegatedTo<'a>
Source§fn clone(&self) -> DelegatedTo<'a>
fn clone(&self) -> DelegatedTo<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for DelegatedTo<'a>
impl<'a> Debug for DelegatedTo<'a>
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> Hash for DelegatedTo<'a>
impl<'a> Hash for DelegatedTo<'a>
Source§impl<'a> Ord for DelegatedTo<'a>
impl<'a> Ord for DelegatedTo<'a>
Source§fn cmp(&self, other: &DelegatedTo<'a>) -> Ordering
fn cmp(&self, other: &DelegatedTo<'a>) -> Ordering
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> PartialEq for DelegatedTo<'a>
impl<'a> PartialEq for DelegatedTo<'a>
Source§impl<'a> PartialOrd for DelegatedTo<'a>
impl<'a> PartialOrd for DelegatedTo<'a>
impl<'a> Eq for DelegatedTo<'a>
impl<'a> StructuralPartialEq for DelegatedTo<'a>
Auto Trait Implementations§
impl<'a> Freeze for DelegatedTo<'a>
impl<'a> RefUnwindSafe for DelegatedTo<'a>
impl<'a> Send for DelegatedTo<'a>
impl<'a> Sync for DelegatedTo<'a>
impl<'a> Unpin for DelegatedTo<'a>
impl<'a> UnwindSafe for DelegatedTo<'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