pub struct LabelsEntity {
pub labels: Option<Vec<LabelEntity>>,
}Fields§
§labels: Option<Vec<LabelEntity>>Trait Implementations§
Source§impl Clone for LabelsEntity
impl Clone for LabelsEntity
Source§fn clone(&self) -> LabelsEntity
fn clone(&self) -> LabelsEntity
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 LabelsEntity
impl Debug for LabelsEntity
Source§impl Default for LabelsEntity
impl Default for LabelsEntity
Source§fn default() -> LabelsEntity
fn default() -> LabelsEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelsEntity
impl<'de> Deserialize<'de> for LabelsEntity
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<LabelsEntity> for LabelsEntity
impl From<LabelsEntity> for LabelsEntity
Source§fn from(v: LabelsEntity) -> Self
fn from(v: LabelsEntity) -> Self
Converts to this type from the input type.
Source§impl From<LabelsEntity> for LabelsEntity
impl From<LabelsEntity> for LabelsEntity
Source§fn from(v: LabelsEntity) -> Self
fn from(v: LabelsEntity) -> Self
Converts to this type from the input type.
Source§impl From<LabelsEntity> for LabelsEntity
impl From<LabelsEntity> for LabelsEntity
Source§fn from(v: LabelsEntity) -> Self
fn from(v: LabelsEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LabelsEntity
impl RefUnwindSafe for LabelsEntity
impl Send for LabelsEntity
impl Sync for LabelsEntity
impl Unpin for LabelsEntity
impl UnsafeUnpin for LabelsEntity
impl UnwindSafe for LabelsEntity
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