pub struct MyType(pub i32);Tuple Fields§
§0: i32Trait Implementations§
impl Eq for MyType
impl StructuralPartialEq for MyType
Auto Trait Implementations§
impl Freeze for MyType
impl RefUnwindSafe for MyType
impl Send for MyType
impl Sync for MyType
impl Unpin for MyType
impl UnwindSafe for MyType
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