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