pub struct Int(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Concretization<u32> for Int
impl Concretization<u32> for Int
fn concretize(self) -> u32
impl Copy for Int
Auto Trait Implementations§
impl Freeze for Int
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnwindSafe for Int
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