pub struct MatchingOptions {
pub sheet_matching: SheetMatchingMode,
pub alignment: AlignmentMode,
}Expand description
Options controlling sheet matching and cell alignment.
Fields§
§sheet_matching: SheetMatchingMode§alignment: AlignmentModeTrait Implementations§
Source§impl Clone for MatchingOptions
impl Clone for MatchingOptions
Source§fn clone(&self) -> MatchingOptions
fn clone(&self) -> MatchingOptions
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 MatchingOptions
impl Debug for MatchingOptions
Source§impl Default for MatchingOptions
impl Default for MatchingOptions
Source§fn default() -> MatchingOptions
fn default() -> MatchingOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchingOptions
impl RefUnwindSafe for MatchingOptions
impl Send for MatchingOptions
impl Sync for MatchingOptions
impl Unpin for MatchingOptions
impl UnsafeUnpin for MatchingOptions
impl UnwindSafe for MatchingOptions
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