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