pub struct BeginMarkedContentWithProperties<'b, 'a>(pub &'b Name<'a>, pub &'b Object<'a>);Tuple Fields§
§0: &'b Name<'a>§1: &'b Object<'a>Trait Implementations§
Source§impl<'b, 'a> Clone for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> Clone for BeginMarkedContentWithProperties<'b, 'a>
Source§fn clone(&self) -> BeginMarkedContentWithProperties<'b, 'a>
fn clone(&self) -> BeginMarkedContentWithProperties<'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 BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> Debug for BeginMarkedContentWithProperties<'b, 'a>
Source§impl<'b, 'a> From<BeginMarkedContentWithProperties<'b, 'a>> for TypedInstruction<'b, 'a>
impl<'b, 'a> From<BeginMarkedContentWithProperties<'b, 'a>> for TypedInstruction<'b, 'a>
Source§fn from(value: BeginMarkedContentWithProperties<'b, 'a>) -> Self
fn from(value: BeginMarkedContentWithProperties<'b, 'a>) -> Self
Converts to this type from the input type.
Source§impl<'b, 'a> PartialEq for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> PartialEq for BeginMarkedContentWithProperties<'b, 'a>
Source§fn eq(&self, other: &BeginMarkedContentWithProperties<'b, 'a>) -> bool
fn eq(&self, other: &BeginMarkedContentWithProperties<'b, 'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'b, 'a> TryFrom<TypedInstruction<'b, 'a>> for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> TryFrom<TypedInstruction<'b, 'a>> for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> StructuralPartialEq for BeginMarkedContentWithProperties<'b, 'a>
Auto Trait Implementations§
impl<'b, 'a> Freeze for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> !RefUnwindSafe for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> Send for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> Sync for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> Unpin for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> UnsafeUnpin for BeginMarkedContentWithProperties<'b, 'a>
impl<'b, 'a> !UnwindSafe for BeginMarkedContentWithProperties<'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