pub struct FrameInfoContainingStateGroup {
pub node_id: Option<String>,
pub name: Option<String>,
}Fields§
§node_id: Option<String>The ID of the state group node.
name: Option<String>The name of the state group node.
Implementations§
Trait Implementations§
Source§impl Clone for FrameInfoContainingStateGroup
impl Clone for FrameInfoContainingStateGroup
Source§fn clone(&self) -> FrameInfoContainingStateGroup
fn clone(&self) -> FrameInfoContainingStateGroup
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 FrameInfoContainingStateGroup
impl Default for FrameInfoContainingStateGroup
Source§fn default() -> FrameInfoContainingStateGroup
fn default() -> FrameInfoContainingStateGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FrameInfoContainingStateGroup
impl<'de> Deserialize<'de> for FrameInfoContainingStateGroup
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 FrameInfoContainingStateGroup
impl PartialEq for FrameInfoContainingStateGroup
Source§fn eq(&self, other: &FrameInfoContainingStateGroup) -> bool
fn eq(&self, other: &FrameInfoContainingStateGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FrameInfoContainingStateGroup
Auto Trait Implementations§
impl Freeze for FrameInfoContainingStateGroup
impl RefUnwindSafe for FrameInfoContainingStateGroup
impl Send for FrameInfoContainingStateGroup
impl Sync for FrameInfoContainingStateGroup
impl Unpin for FrameInfoContainingStateGroup
impl UnwindSafe for FrameInfoContainingStateGroup
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