pub struct DividerDefaults;Expand description
Default values for divider.
Implementations§
Auto Trait Implementations§
impl Freeze for DividerDefaults
impl RefUnwindSafe for DividerDefaults
impl Send for DividerDefaults
impl Sync for DividerDefaults
impl Unpin for DividerDefaults
impl UnsafeUnpin for DividerDefaults
impl UnwindSafe for DividerDefaults
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