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