pub struct EndMarkedContent;
Trait Implementations§
Source§impl Clone for EndMarkedContent
impl Clone for EndMarkedContent
Source§fn clone(&self) -> EndMarkedContent
fn clone(&self) -> EndMarkedContent
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 EndMarkedContent
impl Debug for EndMarkedContent
Source§impl<'a> From<EndMarkedContent> for TypedInstruction<'a>
impl<'a> From<EndMarkedContent> for TypedInstruction<'a>
Source§fn from(value: EndMarkedContent) -> Self
fn from(value: EndMarkedContent) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EndMarkedContent
impl PartialEq for EndMarkedContent
Source§impl<'a> TryFrom<TypedInstruction<'a>> for EndMarkedContent
impl<'a> TryFrom<TypedInstruction<'a>> for EndMarkedContent
impl StructuralPartialEq for EndMarkedContent
Auto Trait Implementations§
impl Freeze for EndMarkedContent
impl RefUnwindSafe for EndMarkedContent
impl Send for EndMarkedContent
impl Sync for EndMarkedContent
impl Unpin for EndMarkedContent
impl UnwindSafe for EndMarkedContent
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