Struct verify_call::Caller
source · [−]pub struct Caller<T> { /* private fields */ }Expand description
…
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Caller<T>
impl<T> Send for Caller<T> where
T: Send,
impl<T> Sync for Caller<T> where
T: Send,
impl<T> Unpin for Caller<T>
impl<T> UnwindSafe for Caller<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more