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