pub struct Borrowed<P: PointerType + ?Sized = Fat>(/* private fields */);Auto Trait Implementations§
impl<P> Freeze for Borrowed<P>where
P: ?Sized,
impl<P> RefUnwindSafe for Borrowed<P>where
P: RefUnwindSafe + ?Sized,
impl<P> Send for Borrowed<P>
impl<P> Sync for Borrowed<P>
impl<P> Unpin for Borrowed<P>
impl<P> UnwindSafe for Borrowed<P>where
P: UnwindSafe + ?Sized,
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