pub struct Factors(pub usize, pub Vec<Rc<String>>);Tuple Fields§
§0: usize§1: Vec<Rc<String>>Trait Implementations§
Source§impl Ord for Factors
impl Ord for Factors
Source§impl PartialOrd for Factors
impl PartialOrd for Factors
impl Eq for Factors
impl StructuralPartialEq for Factors
Auto Trait Implementations§
impl Freeze for Factors
impl RefUnwindSafe for Factors
impl !Send for Factors
impl !Sync for Factors
impl Unpin for Factors
impl UnwindSafe for Factors
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
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.