#[non_exhaustive]pub struct AlignmentSummary {}Expand description
Reserved field for RFC-011 (row/column alignment summaries).
Trait Implementations§
Source§impl Clone for AlignmentSummary
impl Clone for AlignmentSummary
Source§fn clone(&self) -> AlignmentSummary
fn clone(&self) -> AlignmentSummary
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 AlignmentSummary
impl Debug for AlignmentSummary
Source§impl PartialEq for AlignmentSummary
impl PartialEq for AlignmentSummary
Source§fn eq(&self, other: &AlignmentSummary) -> bool
fn eq(&self, other: &AlignmentSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AlignmentSummary
Auto Trait Implementations§
impl Freeze for AlignmentSummary
impl RefUnwindSafe for AlignmentSummary
impl Send for AlignmentSummary
impl Sync for AlignmentSummary
impl Unpin for AlignmentSummary
impl UnsafeUnpin for AlignmentSummary
impl UnwindSafe for AlignmentSummary
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