pub struct SceneConfig {
pub id: String,
pub keywords: Vec<String>,
pub preferred_notes: Vec<String>,
}Fields§
§id: String§keywords: Vec<String>§preferred_notes: Vec<String>Trait Implementations§
Source§impl Clone for SceneConfig
impl Clone for SceneConfig
Source§fn clone(&self) -> SceneConfig
fn clone(&self) -> SceneConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SceneConfig
impl Debug for SceneConfig
Source§impl<'de> Deserialize<'de> for SceneConfig
impl<'de> Deserialize<'de> for SceneConfig
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
Auto Trait Implementations§
impl Freeze for SceneConfig
impl RefUnwindSafe for SceneConfig
impl Send for SceneConfig
impl Sync for SceneConfig
impl Unpin for SceneConfig
impl UnsafeUnpin for SceneConfig
impl UnwindSafe for SceneConfig
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