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