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