pub struct TemplateApplicationSceneSessionRole {
pub scene_class_name: TemplateApplication,
pub scene_configuration_name: String,
pub scene_delegate_class_name: String,
}Expand description
Template Application Scene Session Role
Fields§
§scene_class_name: TemplateApplication§scene_configuration_name: String§scene_delegate_class_name: StringTrait Implementations§
Source§impl Clone for TemplateApplicationSceneSessionRole
impl Clone for TemplateApplicationSceneSessionRole
Source§fn clone(&self) -> TemplateApplicationSceneSessionRole
fn clone(&self) -> TemplateApplicationSceneSessionRole
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 moreSource§impl Default for TemplateApplicationSceneSessionRole
impl Default for TemplateApplicationSceneSessionRole
Source§fn default() -> TemplateApplicationSceneSessionRole
fn default() -> TemplateApplicationSceneSessionRole
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TemplateApplicationSceneSessionRole
impl<'de> Deserialize<'de> for TemplateApplicationSceneSessionRole
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
Source§impl PartialEq for TemplateApplicationSceneSessionRole
impl PartialEq for TemplateApplicationSceneSessionRole
Source§fn eq(&self, other: &TemplateApplicationSceneSessionRole) -> bool
fn eq(&self, other: &TemplateApplicationSceneSessionRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TemplateApplicationSceneSessionRole
impl StructuralPartialEq for TemplateApplicationSceneSessionRole
Auto Trait Implementations§
impl Freeze for TemplateApplicationSceneSessionRole
impl RefUnwindSafe for TemplateApplicationSceneSessionRole
impl Send for TemplateApplicationSceneSessionRole
impl Sync for TemplateApplicationSceneSessionRole
impl Unpin for TemplateApplicationSceneSessionRole
impl UnwindSafe for TemplateApplicationSceneSessionRole
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.