pub struct ContentBlockStart {
pub index: i64,
pub content_block: ContentBlock,
}Fields§
§index: i64§content_block: ContentBlockTrait Implementations§
Source§impl Debug for ContentBlockStart
impl Debug for ContentBlockStart
Source§impl<'de> Deserialize<'de> for ContentBlockStart
impl<'de> Deserialize<'de> for ContentBlockStart
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 Eq for ContentBlockStart
Source§impl PartialEq for ContentBlockStart
impl PartialEq for ContentBlockStart
Source§fn eq(&self, other: &ContentBlockStart) -> bool
fn eq(&self, other: &ContentBlockStart) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContentBlockStart
impl Serialize for ContentBlockStart
impl StructuralPartialEq for ContentBlockStart
Auto Trait Implementations§
impl Freeze for ContentBlockStart
impl RefUnwindSafe for ContentBlockStart
impl Send for ContentBlockStart
impl Sync for ContentBlockStart
impl Unpin for ContentBlockStart
impl UnsafeUnpin for ContentBlockStart
impl UnwindSafe for ContentBlockStart
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.