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