pub struct TwoUnorderedVecs<T> { /* private fields */ }Implementations§
Source§impl<T: VecTrait> TwoUnorderedVecs<T>
impl<T: VecTrait> TwoUnorderedVecs<T>
Source§impl<T> TwoUnorderedVecs<Vec<T>>
impl<T> TwoUnorderedVecs<Vec<T>>
pub fn with_capacity(num: usize) -> Self
pub fn new() -> Self
Trait Implementations§
Source§impl<T: Debug> Debug for TwoUnorderedVecs<T>
impl<T: Debug> Debug for TwoUnorderedVecs<T>
Source§impl<T> Default for TwoUnorderedVecs<Vec<T>>
impl<T> Default for TwoUnorderedVecs<Vec<T>>
Auto Trait Implementations§
impl<T> Freeze for TwoUnorderedVecs<T>where
T: Freeze,
impl<T> RefUnwindSafe for TwoUnorderedVecs<T>where
T: RefUnwindSafe,
impl<T> Send for TwoUnorderedVecs<T>where
T: Send,
impl<T> Sync for TwoUnorderedVecs<T>where
T: Sync,
impl<T> Unpin for TwoUnorderedVecs<T>where
T: Unpin,
impl<T> UnwindSafe for TwoUnorderedVecs<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