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