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