pub enum BreakKind {
Soft,
Hard,
}Variants§
Soft
A break in the source that the layout may reflow into a space.
Hard
A break that must be honored.
Trait Implementations§
impl Copy for BreakKind
impl Eq for BreakKind
impl StructuralPartialEq for BreakKind
Auto Trait Implementations§
impl Freeze for BreakKind
impl RefUnwindSafe for BreakKind
impl Send for BreakKind
impl Sync for BreakKind
impl Unpin for BreakKind
impl UnsafeUnpin for BreakKind
impl UnwindSafe for BreakKind
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