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