pub struct Separator { /* private fields */ }
Expand description
Inner (column/row) separators of a table
Implementations
sourceimpl Separator
impl Separator
sourcepub fn builder() -> SeparatorBuilder
pub fn builder() -> SeparatorBuilder
Creates a new builder for separator
Trait Implementations
impl Copy for Separator
impl Eq for Separator
impl StructuralEq for Separator
impl StructuralPartialEq for Separator
Auto Trait Implementations
impl RefUnwindSafe for Separator
impl Send for Separator
impl Sync for Separator
impl Unpin for Separator
impl UnwindSafe for Separator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more