pub struct IncompleteCall {}
Auto Trait Implementations§
impl Freeze for IncompleteCall
impl RefUnwindSafe for IncompleteCall
impl Send for IncompleteCall
impl Sync for IncompleteCall
impl Unpin for IncompleteCall
impl UnwindSafe for IncompleteCall
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