pub struct ExternallyDefinedTextFont {
pub item_id: StringSelectValue,
pub source: ExternalSourceRef,
}Fields§
§item_id: StringSelectValue§source: ExternalSourceRefTrait Implementations§
Source§impl Clone for ExternallyDefinedTextFont
impl Clone for ExternallyDefinedTextFont
Source§fn clone(&self) -> ExternallyDefinedTextFont
fn clone(&self) -> ExternallyDefinedTextFont
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 Debug for ExternallyDefinedTextFont
impl Debug for ExternallyDefinedTextFont
Source§impl PartialEq for ExternallyDefinedTextFont
impl PartialEq for ExternallyDefinedTextFont
Source§fn eq(&self, other: &ExternallyDefinedTextFont) -> bool
fn eq(&self, other: &ExternallyDefinedTextFont) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternallyDefinedTextFont
Auto Trait Implementations§
impl Freeze for ExternallyDefinedTextFont
impl RefUnwindSafe for ExternallyDefinedTextFont
impl Send for ExternallyDefinedTextFont
impl Sync for ExternallyDefinedTextFont
impl Unpin for ExternallyDefinedTextFont
impl UnsafeUnpin for ExternallyDefinedTextFont
impl UnwindSafe for ExternallyDefinedTextFont
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