pub struct DirectReturn(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectReturn
impl RefUnwindSafe for DirectReturn
impl Send for DirectReturn
impl Sync for DirectReturn
impl Unpin for DirectReturn
impl UnwindSafe for DirectReturn
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