pub struct Cadnano {
pub name: String,
pub vstrands: Vec<VStrand>,
}
Fields§
§name: String
§vstrands: Vec<VStrand>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Cadnano
impl<'de> Deserialize<'de> for Cadnano
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
impl Eq for Cadnano
impl StructuralPartialEq for Cadnano
Auto Trait Implementations§
impl Freeze for Cadnano
impl RefUnwindSafe for Cadnano
impl Send for Cadnano
impl Sync for Cadnano
impl Unpin for Cadnano
impl UnwindSafe for Cadnano
Blanket Implementations§
Source§impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
Source§fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<Swp, Dwp, T>,
Convert the source color to the destination color using the specified
method
Source§fn adapt_into(self) -> D
fn adapt_into(self) -> D
Convert the source color to the destination color using the bradford
method by default
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