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