pub struct PrintCall;Trait Implementations§
impl Eq for PrintCall
impl StructuralPartialEq for PrintCall
Auto Trait Implementations§
impl Freeze for PrintCall
impl RefUnwindSafe for PrintCall
impl Send for PrintCall
impl Sync for PrintCall
impl Unpin for PrintCall
impl UnsafeUnpin for PrintCall
impl UnwindSafe for PrintCall
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