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