pub enum LibModules {
Address,
Expand,
All,
}Expand description
Library modules to setup and teardown, at the start and at the end of our program.
Variants§
Implementations§
Source§impl LibModules
impl LibModules
Trait Implementations§
Source§impl Clone for LibModules
impl Clone for LibModules
Source§fn clone(&self) -> LibModules
fn clone(&self) -> LibModules
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 LibModules
impl Debug for LibModules
Source§impl Drop for LibModules
impl Drop for LibModules
Source§impl Hash for LibModules
impl Hash for LibModules
Source§impl Ord for LibModules
impl Ord for LibModules
Source§fn cmp(&self, other: &LibModules) -> Ordering
fn cmp(&self, other: &LibModules) -> 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 LibModules
impl PartialEq for LibModules
Source§impl PartialOrd for LibModules
impl PartialOrd for LibModules
impl Eq for LibModules
impl StructuralPartialEq for LibModules
Auto Trait Implementations§
impl Freeze for LibModules
impl RefUnwindSafe for LibModules
impl Send for LibModules
impl Sync for LibModules
impl Unpin for LibModules
impl UnwindSafe for LibModules
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