pub struct SievertAsStructI128(pub i128);Tuple Fields§
§0: i128Auto Trait Implementations§
impl Freeze for SievertAsStructI128
impl RefUnwindSafe for SievertAsStructI128
impl Send for SievertAsStructI128
impl Sync for SievertAsStructI128
impl Unpin for SievertAsStructI128
impl UnwindSafe for SievertAsStructI128
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