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