pub struct CarriageReturn;
Trait Implementations§
Source§impl Clone for CarriageReturn
impl Clone for CarriageReturn
Source§fn clone(&self) -> CarriageReturn
fn clone(&self) -> CarriageReturn
Returns a copy 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 CarriageReturn
impl Debug for CarriageReturn
Source§impl Default for CarriageReturn
impl Default for CarriageReturn
Source§fn default() -> CarriageReturn
fn default() -> CarriageReturn
Returns the “default value” for a type. Read more
Source§impl<'a> From<CarriageReturn> for RunContent<'a>
impl<'a> From<CarriageReturn> for RunContent<'a>
Source§fn from(original: CarriageReturn) -> RunContent<'a>
fn from(original: CarriageReturn) -> RunContent<'a>
Converts to this type from the input type.
Source§impl<'__input> XmlRead<'__input> for CarriageReturn
impl<'__input> XmlRead<'__input> for CarriageReturn
Auto Trait Implementations§
impl Freeze for CarriageReturn
impl RefUnwindSafe for CarriageReturn
impl Send for CarriageReturn
impl Sync for CarriageReturn
impl Unpin for CarriageReturn
impl UnwindSafe for CarriageReturn
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