pub enum WeakListKind {
WeakValues,
Ephemeron,
AllWeak,
}Variants§
Trait Implementations§
Source§impl Clone for WeakListKind
impl Clone for WeakListKind
Source§fn clone(&self) -> WeakListKind
fn clone(&self) -> WeakListKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WeakListKind
Source§impl Debug for WeakListKind
impl Debug for WeakListKind
impl Eq for WeakListKind
Source§impl PartialEq for WeakListKind
impl PartialEq for WeakListKind
Source§fn eq(&self, other: &WeakListKind) -> bool
fn eq(&self, other: &WeakListKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WeakListKind
Auto Trait Implementations§
impl Freeze for WeakListKind
impl RefUnwindSafe for WeakListKind
impl Send for WeakListKind
impl Sync for WeakListKind
impl Unpin for WeakListKind
impl UnsafeUnpin for WeakListKind
impl UnwindSafe for WeakListKind
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