pub struct Separator {}
Trait Implementations
sourceimpl<'a> From<Separator> for RunContent<'a>
impl<'a> From<Separator> for RunContent<'a>
sourcefn from(original: Separator) -> RunContent<'a>
fn from(original: Separator) -> RunContent<'a>
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Separator
impl Send for Separator
impl Sync for Separator
impl Unpin for Separator
impl UnwindSafe for Separator
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