pub struct Call_default { /* private fields */ }Trait Implementations§
Source§impl Deref for Call_default
impl Deref for Call_default
impl LazyStatic for Call_default
Auto Trait Implementations§
impl Freeze for Call_default
impl RefUnwindSafe for Call_default
impl Send for Call_default
impl Sync for Call_default
impl Unpin for Call_default
impl UnwindSafe for Call_default
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