pub struct Int<'s>(/* private fields */);
Trait Implementations§
impl<'s> StructuralPartialEq for Int<'s>
Auto Trait Implementations§
impl<'s> Freeze for Int<'s>
impl<'s> RefUnwindSafe for Int<'s>
impl<'s> Send for Int<'s>
impl<'s> Sync for Int<'s>
impl<'s> Unpin for Int<'s>
impl<'s> UnwindSafe for Int<'s>
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