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