pub struct MimeTypeArrayState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MimeTypeArrayState
impl Clone for MimeTypeArrayState
Source§fn clone(&self) -> MimeTypeArrayState
fn clone(&self) -> MimeTypeArrayState
Returns a duplicate 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 MimeTypeArrayState
impl Debug for MimeTypeArrayState
Source§impl PartialEq for MimeTypeArrayState
impl PartialEq for MimeTypeArrayState
impl Eq for MimeTypeArrayState
impl StructuralPartialEq for MimeTypeArrayState
Auto Trait Implementations§
impl Freeze for MimeTypeArrayState
impl RefUnwindSafe for MimeTypeArrayState
impl Send for MimeTypeArrayState
impl Sync for MimeTypeArrayState
impl Unpin for MimeTypeArrayState
impl UnsafeUnpin for MimeTypeArrayState
impl UnwindSafe for MimeTypeArrayState
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