Struct docx_rust::document::CarriageReturn
source · [−]pub struct CarriageReturn;
Trait Implementations
sourceimpl Clone for CarriageReturn
impl Clone for CarriageReturn
sourcefn clone(&self) -> CarriageReturn
fn clone(&self) -> CarriageReturn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CarriageReturn
impl Debug for CarriageReturn
sourceimpl Default for CarriageReturn
impl Default for CarriageReturn
sourcefn default() -> CarriageReturn
fn default() -> CarriageReturn
Returns the “default value” for a type. Read more
sourceimpl<'a> From<CarriageReturn> for RunContent<'a>
impl<'a> From<CarriageReturn> for RunContent<'a>
sourcefn from(original: CarriageReturn) -> RunContent<'a>
fn from(original: CarriageReturn) -> RunContent<'a>
Converts to this type from the input type.
sourceimpl<'__input> XmlRead<'__input> for CarriageReturn
impl<'__input> XmlRead<'__input> for CarriageReturn
Auto Trait Implementations
impl RefUnwindSafe for CarriageReturn
impl Send for CarriageReturn
impl Sync for CarriageReturn
impl Unpin for CarriageReturn
impl UnwindSafe for CarriageReturn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more