pub struct LabelShort {
pub resource_url: String,
pub id: u64,
pub name: String,
pub extra: ExtraFields,
}Fields§
§resource_url: String§id: u64§name: String§extra: ExtraFieldsTrait Implementations§
Source§impl Clone for LabelShort
impl Clone for LabelShort
Source§fn clone(&self) -> LabelShort
fn clone(&self) -> LabelShort
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 LabelShort
impl Debug for LabelShort
Source§impl<'de> Deserialize<'de> for LabelShort
impl<'de> Deserialize<'de> for LabelShort
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
Auto Trait Implementations§
impl Freeze for LabelShort
impl RefUnwindSafe for LabelShort
impl Send for LabelShort
impl Sync for LabelShort
impl Unpin for LabelShort
impl UnsafeUnpin for LabelShort
impl UnwindSafe for LabelShort
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