pub enum ArtifactEntryKind {
File,
Symlink,
}Variants§
Trait Implementations§
Source§impl Clone for ArtifactEntryKind
impl Clone for ArtifactEntryKind
Source§fn clone(&self) -> ArtifactEntryKind
fn clone(&self) -> ArtifactEntryKind
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 ArtifactEntryKind
Source§impl Debug for ArtifactEntryKind
impl Debug for ArtifactEntryKind
impl Eq for ArtifactEntryKind
Source§impl PartialEq for ArtifactEntryKind
impl PartialEq for ArtifactEntryKind
impl StructuralPartialEq for ArtifactEntryKind
Auto Trait Implementations§
impl Freeze for ArtifactEntryKind
impl RefUnwindSafe for ArtifactEntryKind
impl Send for ArtifactEntryKind
impl Sync for ArtifactEntryKind
impl Unpin for ArtifactEntryKind
impl UnsafeUnpin for ArtifactEntryKind
impl UnwindSafe for ArtifactEntryKind
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