pub struct line_break;Trait Implementations§
Source§impl Clone for line_break
impl Clone for line_break
Source§fn clone(&self) -> line_break
fn clone(&self) -> line_break
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 CssProperty for line_break
impl CssProperty for line_break
Auto Trait Implementations§
impl Freeze for line_break
impl RefUnwindSafe for line_break
impl Send for line_break
impl Sync for line_break
impl Unpin for line_break
impl UnwindSafe for line_break
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