pub enum PlannedFileKind {
Directory,
Symlink,
Executable,
Interpreter,
SharedObject,
CertificateBundle,
RuntimeConfig,
ApplicationData,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlannedFileKind
impl Clone for PlannedFileKind
Source§fn clone(&self) -> PlannedFileKind
fn clone(&self) -> PlannedFileKind
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 PlannedFileKind
Source§impl Debug for PlannedFileKind
impl Debug for PlannedFileKind
impl Eq for PlannedFileKind
Source§impl Ord for PlannedFileKind
impl Ord for PlannedFileKind
Source§fn cmp(&self, other: &PlannedFileKind) -> Ordering
fn cmp(&self, other: &PlannedFileKind) -> Ordering
1.21.0 (const: unstable) · 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 PlannedFileKind
impl PartialEq for PlannedFileKind
Source§impl PartialOrd for PlannedFileKind
impl PartialOrd for PlannedFileKind
impl StructuralPartialEq for PlannedFileKind
Auto Trait Implementations§
impl Freeze for PlannedFileKind
impl RefUnwindSafe for PlannedFileKind
impl Send for PlannedFileKind
impl Sync for PlannedFileKind
impl Unpin for PlannedFileKind
impl UnsafeUnpin for PlannedFileKind
impl UnwindSafe for PlannedFileKind
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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
Compare self to
key and return true if they are equal.