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