pub enum DraftThreadgateAllowItemRefs {
BskyFeedThreadgateMentionRule(Box<MentionRule>),
BskyFeedThreadgateFollowerRule(Box<FollowerRule>),
BskyFeedThreadgateFollowingRule(Box<FollowingRule>),
BskyFeedThreadgateListRule(Box<ListRule>),
Other,
}Variants§
BskyFeedThreadgateMentionRule(Box<MentionRule>)
BskyFeedThreadgateFollowerRule(Box<FollowerRule>)
BskyFeedThreadgateFollowingRule(Box<FollowingRule>)
BskyFeedThreadgateListRule(Box<ListRule>)
Other
Trait Implementations§
Source§impl Clone for DraftThreadgateAllowItemRefs
impl Clone for DraftThreadgateAllowItemRefs
Source§fn clone(&self) -> DraftThreadgateAllowItemRefs
fn clone(&self) -> DraftThreadgateAllowItemRefs
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 DraftThreadgateAllowItemRefs
impl Debug for DraftThreadgateAllowItemRefs
Source§impl<'de> Deserialize<'de> for DraftThreadgateAllowItemRefs
impl<'de> Deserialize<'de> for DraftThreadgateAllowItemRefs
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 DraftThreadgateAllowItemRefs
impl RefUnwindSafe for DraftThreadgateAllowItemRefs
impl Send for DraftThreadgateAllowItemRefs
impl Sync for DraftThreadgateAllowItemRefs
impl Unpin for DraftThreadgateAllowItemRefs
impl UnsafeUnpin for DraftThreadgateAllowItemRefs
impl UnwindSafe for DraftThreadgateAllowItemRefs
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