Struct atrium_api::app::bsky::feed::threadgate::ListRule
source · pub struct ListRule {
pub list: String,
}Expand description
Allow replies from actors on a list.
Fields§
§list: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for ListRule
impl<'de> Deserialize<'de> for ListRule
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 PartialEq for ListRule
impl PartialEq for ListRule
impl Eq for ListRule
impl StructuralPartialEq for ListRule
Auto Trait Implementations§
impl RefUnwindSafe for ListRule
impl Send for ListRule
impl Sync for ListRule
impl Unpin for ListRule
impl UnwindSafe for ListRule
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