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