pub struct SuperCall { /* private fields */ }Expand description
Implementations§
Trait Implementations§
impl Eq for SuperCall
impl StructuralPartialEq for SuperCall
Auto Trait Implementations§
impl Freeze for SuperCall
impl RefUnwindSafe for SuperCall
impl Send for SuperCall
impl Sync for SuperCall
impl Unpin for SuperCall
impl UnwindSafe for SuperCall
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