Struct glory_cli::config::TailwindConfig
source · pub struct TailwindConfig {
pub input_file: Utf8PathBuf,
pub config_file: Utf8PathBuf,
}Fields§
§input_file: Utf8PathBuf§config_file: Utf8PathBufImplementations§
source§impl TailwindConfig
impl TailwindConfig
pub fn new(conf: &ProjectConfig) -> Result<Option<Self>>
Trait Implementations§
source§impl Clone for TailwindConfig
impl Clone for TailwindConfig
source§fn clone(&self) -> TailwindConfig
fn clone(&self) -> TailwindConfig
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TailwindConfig
impl Send for TailwindConfig
impl Sync for TailwindConfig
impl Unpin for TailwindConfig
impl UnwindSafe for TailwindConfig
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer