pub enum BlockList {
Main,
Stories,
}
Variants§
Main
The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions
Stories
The block list that disallows viewing of stories of the current user
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BlockList
impl<'de> Deserialize<'de> for BlockList
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
impl StructuralPartialEq for BlockList
Auto Trait Implementations§
impl Freeze for BlockList
impl RefUnwindSafe for BlockList
impl Send for BlockList
impl Sync for BlockList
impl Unpin for BlockList
impl UnwindSafe for BlockList
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