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