pub struct NoLegalLinebreakOpportunity;Trait Implementations§
Source§impl Clone for NoLegalLinebreakOpportunity
impl Clone for NoLegalLinebreakOpportunity
Source§fn clone(&self) -> NoLegalLinebreakOpportunity
fn clone(&self) -> NoLegalLinebreakOpportunity
Returns a duplicate of the value. Read more
1.0.0 · 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 NoLegalLinebreakOpportunity
impl Debug for NoLegalLinebreakOpportunity
impl Copy for NoLegalLinebreakOpportunity
impl Eq for NoLegalLinebreakOpportunity
impl StructuralPartialEq for NoLegalLinebreakOpportunity
Auto Trait Implementations§
impl Freeze for NoLegalLinebreakOpportunity
impl RefUnwindSafe for NoLegalLinebreakOpportunity
impl Send for NoLegalLinebreakOpportunity
impl Sync for NoLegalLinebreakOpportunity
impl Unpin for NoLegalLinebreakOpportunity
impl UnwindSafe for NoLegalLinebreakOpportunity
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