pub enum DraftPostLabelsRefs {
AtprotoLabelDefsSelfLabels(Box<SelfLabels>),
Other,
}Expand description
Self-label values for this post. Effectively content warnings.
Variants§
AtprotoLabelDefsSelfLabels(Box<SelfLabels>)
Other
Trait Implementations§
Source§impl Clone for DraftPostLabelsRefs
impl Clone for DraftPostLabelsRefs
Source§fn clone(&self) -> DraftPostLabelsRefs
fn clone(&self) -> DraftPostLabelsRefs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DraftPostLabelsRefs
impl Debug for DraftPostLabelsRefs
Source§impl<'de> Deserialize<'de> for DraftPostLabelsRefs
impl<'de> Deserialize<'de> for DraftPostLabelsRefs
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 DraftPostLabelsRefs
impl RefUnwindSafe for DraftPostLabelsRefs
impl Send for DraftPostLabelsRefs
impl Sync for DraftPostLabelsRefs
impl Unpin for DraftPostLabelsRefs
impl UnsafeUnpin for DraftPostLabelsRefs
impl UnwindSafe for DraftPostLabelsRefs
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