pub struct DelegateCall {}Implementations§
Trait Implementations§
Source§impl Default for DelegateCall
impl Default for DelegateCall
Source§fn default() -> DelegateCall
fn default() -> DelegateCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelegateCall
impl RefUnwindSafe for DelegateCall
impl Send for DelegateCall
impl Sync for DelegateCall
impl Unpin for DelegateCall
impl UnwindSafe for DelegateCall
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