pub(crate) struct Bf;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bf
impl RefUnwindSafe for Bf
impl Send for Bf
impl Sync for Bf
impl Unpin for Bf
impl UnwindSafe for Bf
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