pub struct RETURNS;
Trait Implementations§
impl Copy for RETURNS
Auto Trait Implementations§
impl Freeze for RETURNS
impl RefUnwindSafe for RETURNS
impl Send for RETURNS
impl Sync for RETURNS
impl Unpin for RETURNS
impl UnwindSafe for RETURNS
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