pub struct SystemPrivacy {
pub description_privacy: Privacy,
pub pronoun_privacy: Privacy,
pub member_list_privacy: Privacy,
pub group_list_privacy: Privacy,
pub front_privacy: Privacy,
pub front_history_privacy: Privacy,
}Fields§
§description_privacy: Privacy§pronoun_privacy: Privacy§member_list_privacy: Privacy§group_list_privacy: Privacy§front_privacy: Privacy§front_history_privacy: PrivacyTrait Implementations§
Source§impl Debug for SystemPrivacy
impl Debug for SystemPrivacy
Source§impl<'de> Deserialize<'de> for SystemPrivacy
impl<'de> Deserialize<'de> for SystemPrivacy
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 SystemPrivacy
impl RefUnwindSafe for SystemPrivacy
impl Send for SystemPrivacy
impl Sync for SystemPrivacy
impl Unpin for SystemPrivacy
impl UnsafeUnpin for SystemPrivacy
impl UnwindSafe for SystemPrivacy
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