pub struct HubParagraphTextBlock {
pub id: String,
pub parent_id: Option<Option<String>>,
pub type: HubParagraphTextBlockType,
pub fragment: String,
}Fields§
§id: String§parent_id: Option<Option<String>>§type: HubParagraphTextBlockType§fragment: StringTrait Implementations§
Source§impl Clone for HubParagraphTextBlock
impl Clone for HubParagraphTextBlock
Source§fn clone(&self) -> HubParagraphTextBlock
fn clone(&self) -> HubParagraphTextBlock
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 HubParagraphTextBlock
impl Debug for HubParagraphTextBlock
Source§impl Default for HubParagraphTextBlock
impl Default for HubParagraphTextBlock
Source§fn default() -> HubParagraphTextBlock
fn default() -> HubParagraphTextBlock
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HubParagraphTextBlock
impl<'de> Deserialize<'de> for HubParagraphTextBlock
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 HubParagraphTextBlock
impl PartialEq for HubParagraphTextBlock
Source§impl Serialize for HubParagraphTextBlock
impl Serialize for HubParagraphTextBlock
impl StructuralPartialEq for HubParagraphTextBlock
Auto Trait Implementations§
impl Freeze for HubParagraphTextBlock
impl RefUnwindSafe for HubParagraphTextBlock
impl Send for HubParagraphTextBlock
impl Sync for HubParagraphTextBlock
impl Unpin for HubParagraphTextBlock
impl UnsafeUnpin for HubParagraphTextBlock
impl UnwindSafe for HubParagraphTextBlock
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