Struct cyfs_base::DECAppTypeMark
source · [−]pub struct DECAppTypeMark {}
Trait Implementations
sourceimpl Clone for DECAppTypeMark
impl Clone for DECAppTypeMark
sourcefn clone(&self) -> DECAppTypeMark
fn clone(&self) -> DECAppTypeMark
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 DECAppTypeMark
impl Debug for DECAppTypeMark
sourceimpl TypeCatagoryMark for DECAppTypeMark
impl TypeCatagoryMark for DECAppTypeMark
fn catagory() -> TypelessCatagory
Auto Trait Implementations
impl RefUnwindSafe for DECAppTypeMark
impl Send for DECAppTypeMark
impl Sync for DECAppTypeMark
impl Unpin for DECAppTypeMark
impl UnwindSafe for DECAppTypeMark
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