pub struct DelegateContext(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for DelegateContext
 
impl AsRef<[u8]> for DelegateContext
Source§impl Clone for DelegateContext
 
impl Clone for DelegateContext
Source§fn clone(&self) -> DelegateContext
 
fn clone(&self) -> DelegateContext
Returns a duplicate 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 Debug for DelegateContext
 
impl Debug for DelegateContext
Source§impl Default for DelegateContext
 
impl Default for DelegateContext
Source§fn default() -> DelegateContext
 
fn default() -> DelegateContext
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DelegateContext
 
impl<'de> Deserialize<'de> for DelegateContext
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DelegateContext
 
impl PartialEq for DelegateContext
Source§impl Serialize for DelegateContext
 
impl Serialize for DelegateContext
impl Eq for DelegateContext
impl StructuralPartialEq for DelegateContext
Auto Trait Implementations§
impl Freeze for DelegateContext
impl RefUnwindSafe for DelegateContext
impl Send for DelegateContext
impl Sync for DelegateContext
impl Unpin for DelegateContext
impl UnwindSafe for DelegateContext
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