pub struct LabelEntity {
pub bulletins: Option<Vec<BulletinEntity>>,
pub component: Option<LabelDto>,
pub dimensions: Option<DimensionsDto>,
pub disconnected_node_acknowledged: Option<bool>,
pub getz_index: Option<i64>,
pub id: Option<String>,
pub permissions: Option<PermissionsDto>,
pub position: Option<PositionDto>,
pub revision: Option<RevisionDto>,
pub uri: Option<String>,
}Fields§
§bulletins: Option<Vec<BulletinEntity>>§component: Option<LabelDto>§dimensions: Option<DimensionsDto>§disconnected_node_acknowledged: Option<bool>§getz_index: Option<i64>§id: Option<String>§permissions: Option<PermissionsDto>§position: Option<PositionDto>§revision: Option<RevisionDto>§uri: Option<String>Trait Implementations§
Source§impl Clone for LabelEntity
impl Clone for LabelEntity
Source§fn clone(&self) -> LabelEntity
fn clone(&self) -> LabelEntity
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 Debug for LabelEntity
impl Debug for LabelEntity
Source§impl Default for LabelEntity
impl Default for LabelEntity
Source§fn default() -> LabelEntity
fn default() -> LabelEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelEntity
impl<'de> Deserialize<'de> for LabelEntity
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 From<LabelEntity> for LabelEntity
impl From<LabelEntity> for LabelEntity
Source§fn from(v: LabelEntity) -> Self
fn from(v: LabelEntity) -> Self
Converts to this type from the input type.
Source§impl From<LabelEntity> for LabelEntity
impl From<LabelEntity> for LabelEntity
Source§fn from(v: LabelEntity) -> Self
fn from(v: LabelEntity) -> Self
Converts to this type from the input type.
Source§impl From<LabelEntity> for LabelEntity
impl From<LabelEntity> for LabelEntity
Source§fn from(v: LabelEntity) -> Self
fn from(v: LabelEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LabelEntity
impl RefUnwindSafe for LabelEntity
impl Send for LabelEntity
impl Sync for LabelEntity
impl Unpin for LabelEntity
impl UnsafeUnpin for LabelEntity
impl UnwindSafe for LabelEntity
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