pub struct DitherPattern {
pub lines: Vec<String>,
}
Fields§
§lines: Vec<String>
Trait Implementations§
Source§impl Clone for DitherPattern
impl Clone for DitherPattern
Source§fn clone(&self) -> DitherPattern
fn clone(&self) -> DitherPattern
Returns a duplicate of the value. Read more
1.0.0 · 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 DitherPattern
impl Debug for DitherPattern
Source§impl<'de> Deserialize<'de> for DitherPattern
impl<'de> Deserialize<'de> for DitherPattern
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DitherPattern
impl PartialEq for DitherPattern
Source§impl Serialize for DitherPattern
impl Serialize for DitherPattern
impl Eq for DitherPattern
impl StructuralPartialEq for DitherPattern
Auto Trait Implementations§
impl Freeze for DitherPattern
impl RefUnwindSafe for DitherPattern
impl Send for DitherPattern
impl Sync for DitherPattern
impl Unpin for DitherPattern
impl UnwindSafe for DitherPattern
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