pub struct UListLabelsInst {
pub id: Option<u32>,
pub private: Option<bool>,
pub label: Option<String>,
pub count: Option<u32>,
}Fields§
§id: Option<u32>Integer identifier of the label
private: Option<bool>Whether this label is private, private labels are only included when authenticated with the listread permission
label: Option<String>§count: Option<u32>Trait Implementations§
Source§impl Debug for UListLabelsInst
impl Debug for UListLabelsInst
Source§impl<'de> Deserialize<'de> for UListLabelsInst
impl<'de> Deserialize<'de> for UListLabelsInst
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 UListLabelsInst
impl RefUnwindSafe for UListLabelsInst
impl Send for UListLabelsInst
impl Sync for UListLabelsInst
impl Unpin for UListLabelsInst
impl UnsafeUnpin for UListLabelsInst
impl UnwindSafe for UListLabelsInst
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