pub struct StructuredTaskNoteParagraph {
pub r: Option<String>,
pub unknown_fields: BTreeMap<String, Value>,
}Fields§
§r: Option<String>§unknown_fields: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for StructuredTaskNoteParagraph
impl Clone for StructuredTaskNoteParagraph
Source§fn clone(&self) -> StructuredTaskNoteParagraph
fn clone(&self) -> StructuredTaskNoteParagraph
Returns a duplicate of the value. Read more
1.0.0 · 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 StructuredTaskNoteParagraph
impl Debug for StructuredTaskNoteParagraph
Source§impl<'de> Deserialize<'de> for StructuredTaskNoteParagraph
impl<'de> Deserialize<'de> for StructuredTaskNoteParagraph
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 StructuredTaskNoteParagraph
Auto Trait Implementations§
impl Freeze for StructuredTaskNoteParagraph
impl RefUnwindSafe for StructuredTaskNoteParagraph
impl Send for StructuredTaskNoteParagraph
impl Sync for StructuredTaskNoteParagraph
impl Unpin for StructuredTaskNoteParagraph
impl UnsafeUnpin for StructuredTaskNoteParagraph
impl UnwindSafe for StructuredTaskNoteParagraph
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