pub struct ScriptLangTag<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ScriptLangTag<'_>
impl AsRef<str> for ScriptLangTag<'_>
Source§impl<'a> Clone for ScriptLangTag<'a>
impl<'a> Clone for ScriptLangTag<'a>
Source§fn clone(&self) -> ScriptLangTag<'a>
fn clone(&self) -> ScriptLangTag<'a>
Returns a copy 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 ScriptLangTag<'a>
impl<'a> Debug for ScriptLangTag<'a>
Source§impl<'a> FontRead<'a> for ScriptLangTag<'a>
impl<'a> FontRead<'a> for ScriptLangTag<'a>
Source§impl From<ScriptLangTag<'_>> for String
Available on crate feature std
only.
impl From<ScriptLangTag<'_>> for String
Available on crate feature
std
only.Source§fn from(value: ScriptLangTag<'_>) -> Self
fn from(value: ScriptLangTag<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for ScriptLangTag<'a>
impl<'a> RefUnwindSafe for ScriptLangTag<'a>
impl<'a> Send for ScriptLangTag<'a>
impl<'a> Sync for ScriptLangTag<'a>
impl<'a> Unpin for ScriptLangTag<'a>
impl<'a> UnwindSafe for ScriptLangTag<'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