Struct manganis_cli_support::CssOptions
source · pub struct CssOptions { /* private fields */ }Expand description
The options for a css asset
Implementations§
source§impl CssOptions
impl CssOptions
Trait Implementations§
source§impl Clone for CssOptions
impl Clone for CssOptions
source§fn clone(&self) -> CssOptions
fn clone(&self) -> CssOptions
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 CssOptions
impl Debug for CssOptions
source§impl Default for CssOptions
impl Default for CssOptions
source§fn default() -> CssOptions
fn default() -> CssOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CssOptions
impl<'de> Deserialize<'de> for CssOptions
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<CssOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CssOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for CssOptions
impl Hash for CssOptions
source§impl PartialEq for CssOptions
impl PartialEq for CssOptions
source§fn eq(&self, other: &CssOptions) -> bool
fn eq(&self, other: &CssOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CssOptions
impl PartialOrd for CssOptions
source§fn partial_cmp(&self, other: &CssOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &CssOptions) -> 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 CssOptions
impl Serialize for CssOptions
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for CssOptions
Auto Trait Implementations§
impl Freeze for CssOptions
impl RefUnwindSafe for CssOptions
impl Send for CssOptions
impl Sync for CssOptions
impl Unpin for CssOptions
impl UnwindSafe for CssOptions
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().