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