Enum cyfs_lib::BuildDirType
source · [−]#[repr(u16)]
pub enum BuildDirType {
Zip,
}
Variants
Zip
Trait Implementations
sourceimpl Clone for BuildDirType
impl Clone for BuildDirType
sourcefn clone(&self) -> BuildDirType
fn clone(&self) -> BuildDirType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BuildDirType
impl Debug for BuildDirType
sourceimpl TryFrom<u16> for BuildDirType
impl TryFrom<u16> for BuildDirType
impl Copy for BuildDirType
Auto Trait Implementations
impl RefUnwindSafe for BuildDirType
impl Send for BuildDirType
impl Sync for BuildDirType
impl Unpin for BuildDirType
impl UnwindSafe for BuildDirType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more