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