pub struct LogicalLine { /* private fields */ }Trait Implementations§
Source§impl Clone for LogicalLine
impl Clone for LogicalLine
Source§fn clone(&self) -> LogicalLine
fn clone(&self) -> LogicalLine
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 moreAuto Trait Implementations§
impl Freeze for LogicalLine
impl RefUnwindSafe for LogicalLine
impl Send for LogicalLine
impl Sync for LogicalLine
impl Unpin for LogicalLine
impl UnwindSafe for LogicalLine
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