pub struct FieldToggles {
pub with_article_rich_content_state: bool,
}Fields§
§with_article_rich_content_state: boolTrait Implementations§
Source§impl Clone for FieldToggles
impl Clone for FieldToggles
Source§fn clone(&self) -> FieldToggles
fn clone(&self) -> FieldToggles
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 Default for FieldToggles
impl Default for FieldToggles
Source§fn default() -> FieldToggles
fn default() -> FieldToggles
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FieldToggles
impl<'de> Deserialize<'de> for FieldToggles
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 FieldToggles
impl RefUnwindSafe for FieldToggles
impl Send for FieldToggles
impl Sync for FieldToggles
impl Unpin for FieldToggles
impl UnsafeUnpin for FieldToggles
impl UnwindSafe for FieldToggles
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