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