pub struct KitArtifacts {
pub catalog: Value,
pub tokens: Value,
pub templates: Value,
pub theme_css: String,
}Fields§
§catalog: Value§tokens: Value§templates: Value§theme_css: StringTrait Implementations§
Source§impl Clone for KitArtifacts
impl Clone for KitArtifacts
Source§fn clone(&self) -> KitArtifacts
fn clone(&self) -> KitArtifacts
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 moreAuto Trait Implementations§
impl Freeze for KitArtifacts
impl RefUnwindSafe for KitArtifacts
impl Send for KitArtifacts
impl Sync for KitArtifacts
impl Unpin for KitArtifacts
impl UnsafeUnpin for KitArtifacts
impl UnwindSafe for KitArtifacts
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