pub struct ColumnRule { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColumnRule
impl RefUnwindSafe for ColumnRule
impl Send for ColumnRule
impl Sync for ColumnRule
impl Unpin for ColumnRule
impl UnsafeUnpin for ColumnRule
impl UnwindSafe for ColumnRule
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