Struct docx_rust::document::ContinuationSeparator
source · [−]pub struct ContinuationSeparator {}
Trait Implementations
sourceimpl Clone for ContinuationSeparator
impl Clone for ContinuationSeparator
sourcefn clone(&self) -> ContinuationSeparator
fn clone(&self) -> ContinuationSeparator
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 ContinuationSeparator
impl Debug for ContinuationSeparator
sourceimpl Default for ContinuationSeparator
impl Default for ContinuationSeparator
sourcefn default() -> ContinuationSeparator
fn default() -> ContinuationSeparator
Returns the “default value” for a type. Read more
sourceimpl<'a> From<ContinuationSeparator> for RunContent<'a>
impl<'a> From<ContinuationSeparator> for RunContent<'a>
sourcefn from(original: ContinuationSeparator) -> RunContent<'a>
fn from(original: ContinuationSeparator) -> RunContent<'a>
Converts to this type from the input type.
sourceimpl<'__input> XmlRead<'__input> for ContinuationSeparator
impl<'__input> XmlRead<'__input> for ContinuationSeparator
Auto Trait Implementations
impl RefUnwindSafe for ContinuationSeparator
impl Send for ContinuationSeparator
impl Sync for ContinuationSeparator
impl Unpin for ContinuationSeparator
impl UnwindSafe for ContinuationSeparator
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