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