#[repr(u8)]pub enum ChangeLibraryMode {
Remove = 0,
AddPrivate = 1,
AddPublic = 2,
}Expand description
Mode flags for ChangeLibrary output action.
Variants§
Trait Implementations§
Source§impl Clone for ChangeLibraryMode
impl Clone for ChangeLibraryMode
Source§fn clone(&self) -> ChangeLibraryMode
fn clone(&self) -> ChangeLibraryMode
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 ChangeLibraryMode
impl Debug for ChangeLibraryMode
Source§impl Hash for ChangeLibraryMode
impl Hash for ChangeLibraryMode
Source§impl PartialEq for ChangeLibraryMode
impl PartialEq for ChangeLibraryMode
Source§impl TryFrom<u8> for ChangeLibraryMode
impl TryFrom<u8> for ChangeLibraryMode
impl Copy for ChangeLibraryMode
impl Eq for ChangeLibraryMode
impl StructuralPartialEq for ChangeLibraryMode
Auto Trait Implementations§
impl Freeze for ChangeLibraryMode
impl RefUnwindSafe for ChangeLibraryMode
impl Send for ChangeLibraryMode
impl Sync for ChangeLibraryMode
impl Unpin for ChangeLibraryMode
impl UnwindSafe for ChangeLibraryMode
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
Compares
self to key and returns true if they are equal.