Struct docx_rust::document::ContinuationSeparator
source · pub struct ContinuationSeparator {}
Trait Implementations§
source§impl Clone for ContinuationSeparator
impl Clone for ContinuationSeparator
source§fn clone(&self) -> ContinuationSeparator
fn clone(&self) -> ContinuationSeparator
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 ContinuationSeparator
impl Debug for ContinuationSeparator
source§impl Default for ContinuationSeparator
impl Default for ContinuationSeparator
source§fn default() -> ContinuationSeparator
fn default() -> ContinuationSeparator
Returns the “default value” for a type. Read more
source§impl<'a> From<ContinuationSeparator> for RunContent<'a>
impl<'a> From<ContinuationSeparator> for RunContent<'a>
source§fn from(original: ContinuationSeparator) -> RunContent<'a>
fn from(original: ContinuationSeparator) -> RunContent<'a>
Converts to this type from the input type.
source§impl<'__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§
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