pub struct ExternallyDefinedCharacterGlyph {
pub item_id: StringSelectValue,
pub source: ExternalSourceRef,
}Fields§
§item_id: StringSelectValue§source: ExternalSourceRefTrait Implementations§
Source§impl Clone for ExternallyDefinedCharacterGlyph
impl Clone for ExternallyDefinedCharacterGlyph
Source§fn clone(&self) -> ExternallyDefinedCharacterGlyph
fn clone(&self) -> ExternallyDefinedCharacterGlyph
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for ExternallyDefinedCharacterGlyph
impl PartialEq for ExternallyDefinedCharacterGlyph
Source§fn eq(&self, other: &ExternallyDefinedCharacterGlyph) -> bool
fn eq(&self, other: &ExternallyDefinedCharacterGlyph) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternallyDefinedCharacterGlyph
Auto Trait Implementations§
impl Freeze for ExternallyDefinedCharacterGlyph
impl RefUnwindSafe for ExternallyDefinedCharacterGlyph
impl Send for ExternallyDefinedCharacterGlyph
impl Sync for ExternallyDefinedCharacterGlyph
impl Unpin for ExternallyDefinedCharacterGlyph
impl UnsafeUnpin for ExternallyDefinedCharacterGlyph
impl UnwindSafe for ExternallyDefinedCharacterGlyph
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