pub struct UiOverlay {
pub enabled: bool,
pub aurora_registry_dependencies: Vec<String>,
pub shadcn_items: Vec<String>,
pub categories: Vec<String>,
pub meta: Value,
}Fields§
§enabled: bool§aurora_registry_dependencies: Vec<String>§shadcn_items: Vec<String>§categories: Vec<String>§meta: ValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiOverlay
impl<'de> Deserialize<'de> for UiOverlay
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
impl Eq for UiOverlay
impl StructuralPartialEq for UiOverlay
Auto Trait Implementations§
impl Freeze for UiOverlay
impl RefUnwindSafe for UiOverlay
impl Send for UiOverlay
impl Sync for UiOverlay
impl Unpin for UiOverlay
impl UnsafeUnpin for UiOverlay
impl UnwindSafe for UiOverlay
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.