pub struct Borrow<'rc, T: ?Sized> { /* private fields */ }Expand description
Trait Implementations§
Auto Trait Implementations§
impl<'rc, T> Freeze for Borrow<'rc, T>where
T: ?Sized,
impl<'rc, T> !RefUnwindSafe for Borrow<'rc, T>
impl<'rc, T> !Send for Borrow<'rc, T>
impl<'rc, T> !Sync for Borrow<'rc, T>
impl<'rc, T> Unpin for Borrow<'rc, T>where
T: ?Sized,
impl<'rc, T> !UnwindSafe for Borrow<'rc, T>
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