pub enum CollectionScope {
Full,
Eden,
}
Variants§
Trait Implementations§
Source§impl Clone for CollectionScope
impl Clone for CollectionScope
Source§fn clone(&self) -> CollectionScope
fn clone(&self) -> CollectionScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CollectionScope
impl Debug for CollectionScope
Source§impl Ord for CollectionScope
impl Ord for CollectionScope
Source§fn cmp(&self, other: &CollectionScope) -> Ordering
fn cmp(&self, other: &CollectionScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CollectionScope
impl PartialEq for CollectionScope
Source§impl PartialOrd for CollectionScope
impl PartialOrd for CollectionScope
impl Copy for CollectionScope
impl Eq for CollectionScope
impl StructuralPartialEq for CollectionScope
Auto Trait Implementations§
impl Freeze for CollectionScope
impl RefUnwindSafe for CollectionScope
impl Send for CollectionScope
impl Sync for CollectionScope
impl Unpin for CollectionScope
impl UnwindSafe for CollectionScope
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