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