pub struct Int<T: Sized> { /* private fields */ }
Expand description
Int struct, holds and _integer: i32
Implementations§
Trait Implementations§
Source§impl Append<Int<i32>> for List
impl Append<Int<i32>> for List
Source§fn append_back(&mut self, _integer: Int<i32>) -> &mut Self
fn append_back(&mut self, _integer: Int<i32>) -> &mut Self
Performs append
Source§impl Append<Int<i64>> for List
impl Append<Int<i64>> for List
Source§fn append_back(&mut self, _integer: Int<i64>) -> &mut Self
fn append_back(&mut self, _integer: Int<i64>) -> &mut Self
Performs append
impl<T: Copy + Sized> Copy for Int<T>
impl<T: Eq + Sized> Eq for Int<T>
impl<T: Sized> StructuralPartialEq for Int<T>
impl<T> _Hashable for Int<T>
Auto Trait Implementations§
impl<T> Freeze for Int<T>where
T: Freeze,
impl<T> RefUnwindSafe for Int<T>where
T: RefUnwindSafe,
impl<T> Send for Int<T>where
T: Send,
impl<T> Sync for Int<T>where
T: Sync,
impl<T> Unpin for Int<T>where
T: Unpin,
impl<T> UnwindSafe for Int<T>where
T: UnwindSafe,
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