Struct cyfs_lib::CYFS_OBJECT_MIME
source · [−]pub struct CYFS_OBJECT_MIME { /* private fields */ }
Methods from Deref<Target = Mime>
Trait Implementations
sourceimpl Deref for CYFS_OBJECT_MIME
impl Deref for CYFS_OBJECT_MIME
impl LazyStatic for CYFS_OBJECT_MIME
Auto Trait Implementations
impl RefUnwindSafe for CYFS_OBJECT_MIME
impl Send for CYFS_OBJECT_MIME
impl Sync for CYFS_OBJECT_MIME
impl Unpin for CYFS_OBJECT_MIME
impl UnwindSafe for CYFS_OBJECT_MIME
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