#[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 (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 ChangeLibraryMode
Source§impl Debug for ChangeLibraryMode
impl Debug for ChangeLibraryMode
impl Eq for ChangeLibraryMode
Source§impl Hash for ChangeLibraryMode
impl Hash for ChangeLibraryMode
Source§impl PartialEq for ChangeLibraryMode
impl PartialEq for ChangeLibraryMode
Source§fn eq(&self, other: &ChangeLibraryMode) -> bool
fn eq(&self, other: &ChangeLibraryMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.