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