Struct manganis_common::UnknownFileOptions
source · pub struct UnknownFileOptions { /* private fields */ }Expand description
The options for an unknown file asset
Implementations§
Trait Implementations§
source§impl Clone for UnknownFileOptions
impl Clone for UnknownFileOptions
source§fn clone(&self) -> UnknownFileOptions
fn clone(&self) -> UnknownFileOptions
Returns a copy 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 UnknownFileOptions
impl Debug for UnknownFileOptions
source§impl<'de> Deserialize<'de> for UnknownFileOptions
impl<'de> Deserialize<'de> for UnknownFileOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for UnknownFileOptions
impl Hash for UnknownFileOptions
source§impl PartialEq for UnknownFileOptions
impl PartialEq for UnknownFileOptions
source§fn eq(&self, other: &UnknownFileOptions) -> bool
fn eq(&self, other: &UnknownFileOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UnknownFileOptions
impl PartialOrd for UnknownFileOptions
source§fn partial_cmp(&self, other: &UnknownFileOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &UnknownFileOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for UnknownFileOptions
impl Serialize for UnknownFileOptions
impl StructuralPartialEq for UnknownFileOptions
Auto Trait Implementations§
impl Freeze for UnknownFileOptions
impl RefUnwindSafe for UnknownFileOptions
impl Send for UnknownFileOptions
impl Sync for UnknownFileOptions
impl Unpin for UnknownFileOptions
impl UnwindSafe for UnknownFileOptions
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