pub struct CommentsGroupPreference {
pub enable: GroupFeatureEnabled,
pub duration: Option<i32>,
pub undocumented: JsonObject,
}Fields§
§enable: GroupFeatureEnabled§duration: Option<i32>§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for CommentsGroupPreference
impl Clone for CommentsGroupPreference
Source§fn clone(&self) -> CommentsGroupPreference
fn clone(&self) -> CommentsGroupPreference
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 CommentsGroupPreference
impl Debug for CommentsGroupPreference
Source§impl<'de> Deserialize<'de> for CommentsGroupPreference
impl<'de> Deserialize<'de> for CommentsGroupPreference
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 CommentsGroupPreference
impl PartialEq for CommentsGroupPreference
Source§fn eq(&self, other: &CommentsGroupPreference) -> bool
fn eq(&self, other: &CommentsGroupPreference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CommentsGroupPreference
impl Serialize for CommentsGroupPreference
impl StructuralPartialEq for CommentsGroupPreference
Auto Trait Implementations§
impl Freeze for CommentsGroupPreference
impl RefUnwindSafe for CommentsGroupPreference
impl Send for CommentsGroupPreference
impl Sync for CommentsGroupPreference
impl Unpin for CommentsGroupPreference
impl UnsafeUnpin for CommentsGroupPreference
impl UnwindSafe for CommentsGroupPreference
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