pub enum PhrasingContent {}
Expand description
Trait Implementations§
Source§impl Clone for PhrasingContent
impl Clone for PhrasingContent
Source§fn clone(&self) -> PhrasingContent
fn clone(&self) -> PhrasingContent
Returns a duplicate 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 PhrasingContent
impl Debug for PhrasingContent
Source§impl Display for PhrasingContent
impl Display for PhrasingContent
Source§impl PartialEq for PhrasingContent
impl PartialEq for PhrasingContent
impl StructuralPartialEq for PhrasingContent
Auto Trait Implementations§
impl Freeze for PhrasingContent
impl RefUnwindSafe for PhrasingContent
impl Send for PhrasingContent
impl Sync for PhrasingContent
impl Unpin for PhrasingContent
impl UnwindSafe for PhrasingContent
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