pub struct AbreR { /* private fields */ }
Expand description
Value of the field ABRE
Implementations§
Auto Trait Implementations§
impl Freeze for AbreR
impl RefUnwindSafe for AbreR
impl Send for AbreR
impl Sync for AbreR
impl Unpin for AbreR
impl UnwindSafe for AbreR
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