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