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