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