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