pub struct DiagramPlane {
pub c0_c180: String,
pub c90_c270: String,
}Fields§
§c0_c180: String§c90_c270: StringTrait Implementations§
Source§impl Clone for DiagramPlane
impl Clone for DiagramPlane
Source§fn clone(&self) -> DiagramPlane
fn clone(&self) -> DiagramPlane
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 DiagramPlane
impl Debug for DiagramPlane
Source§impl<'de> Deserialize<'de> for DiagramPlane
impl<'de> Deserialize<'de> for DiagramPlane
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 DiagramPlane
impl PartialEq for DiagramPlane
Source§impl Serialize for DiagramPlane
impl Serialize for DiagramPlane
impl StructuralPartialEq for DiagramPlane
Auto Trait Implementations§
impl Freeze for DiagramPlane
impl RefUnwindSafe for DiagramPlane
impl Send for DiagramPlane
impl Sync for DiagramPlane
impl Unpin for DiagramPlane
impl UnsafeUnpin for DiagramPlane
impl UnwindSafe for DiagramPlane
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