pub struct PhantomContent {
pub blocks: Vec<Block>,
}Expand description
Content of a phantom, wrapping standard content blocks.
Fields§
§blocks: Vec<Block>Content blocks within this phantom.
Implementations§
Trait Implementations§
Source§impl Clone for PhantomContent
impl Clone for PhantomContent
Source§fn clone(&self) -> PhantomContent
fn clone(&self) -> PhantomContent
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 PhantomContent
impl Debug for PhantomContent
Source§impl<'de> Deserialize<'de> for PhantomContent
impl<'de> Deserialize<'de> for PhantomContent
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 PhantomContent
impl PartialEq for PhantomContent
Source§impl Serialize for PhantomContent
impl Serialize for PhantomContent
impl StructuralPartialEq for PhantomContent
Auto Trait Implementations§
impl Freeze for PhantomContent
impl RefUnwindSafe for PhantomContent
impl Send for PhantomContent
impl Sync for PhantomContent
impl Unpin for PhantomContent
impl UnsafeUnpin for PhantomContent
impl UnwindSafe for PhantomContent
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