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 Freeze for ContinuationSeparator
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