Enum graph_fs::schema::MySshFileType
source · pub enum MySshFileType {
NamedPipe,
CharDevice,
BlockDevice,
Directory,
RegularFile,
Symlink,
Socket,
Other,
}Variants§
Trait Implementations§
source§impl Clone for MySshFileType
impl Clone for MySshFileType
source§fn clone(&self) -> MySshFileType
fn clone(&self) -> MySshFileType
Returns a copy 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 MySshFileType
impl Debug for MySshFileType
source§impl Display for MySshFileType
impl Display for MySshFileType
impl Copy for MySshFileType
Auto Trait Implementations§
impl Freeze for MySshFileType
impl RefUnwindSafe for MySshFileType
impl Send for MySshFileType
impl Sync for MySshFileType
impl Unpin for MySshFileType
impl UnwindSafe for MySshFileType
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