pub enum AtlasAlgorithm {
ShelfPacker,
}Variants§
ShelfPacker
Trait Implementations§
Source§impl Clone for AtlasAlgorithm
impl Clone for AtlasAlgorithm
Source§fn clone(&self) -> AtlasAlgorithm
fn clone(&self) -> AtlasAlgorithm
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 moreimpl Copy for AtlasAlgorithm
Auto Trait Implementations§
impl Freeze for AtlasAlgorithm
impl RefUnwindSafe for AtlasAlgorithm
impl Send for AtlasAlgorithm
impl Sync for AtlasAlgorithm
impl Unpin for AtlasAlgorithm
impl UnsafeUnpin for AtlasAlgorithm
impl UnwindSafe for AtlasAlgorithm
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