pub struct CellFragmentBody {
pub fragments: Vec<CellFragment>,
}Expand description
Cell Fragment body (Table 11d, §5.2.11.3).
Fields§
§fragments: Vec<CellFragment>Cell fragment entries.
Trait Implementations§
Source§impl Clone for CellFragmentBody
impl Clone for CellFragmentBody
Source§fn clone(&self) -> CellFragmentBody
fn clone(&self) -> CellFragmentBody
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 CellFragmentBody
impl Debug for CellFragmentBody
impl Eq for CellFragmentBody
Source§impl PartialEq for CellFragmentBody
impl PartialEq for CellFragmentBody
Source§fn eq(&self, other: &CellFragmentBody) -> bool
fn eq(&self, other: &CellFragmentBody) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CellFragmentBody
impl Serialize for CellFragmentBody
impl StructuralPartialEq for CellFragmentBody
Auto Trait Implementations§
impl Freeze for CellFragmentBody
impl RefUnwindSafe for CellFragmentBody
impl Send for CellFragmentBody
impl Sync for CellFragmentBody
impl Unpin for CellFragmentBody
impl UnsafeUnpin for CellFragmentBody
impl UnwindSafe for CellFragmentBody
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