pub struct DiagramLocale {
pub units: DiagramUnits,
pub bug: DiagramBug,
pub axis: DiagramAxis,
pub plane: DiagramPlane,
pub angle: DiagramAngle,
pub metrics: DiagramMetrics,
pub title: DiagramTitle,
pub placeholder: DiagramPlaceholder,
pub cone: DiagramCone,
pub greenhouse: DiagramGreenhouse,
}Expand description
Diagram-related translations
Fields§
§units: DiagramUnits§bug: DiagramBug§axis: DiagramAxis§plane: DiagramPlane§angle: DiagramAngle§metrics: DiagramMetrics§title: DiagramTitle§placeholder: DiagramPlaceholder§cone: DiagramCone§greenhouse: DiagramGreenhouseTrait Implementations§
Source§impl Clone for DiagramLocale
impl Clone for DiagramLocale
Source§fn clone(&self) -> DiagramLocale
fn clone(&self) -> DiagramLocale
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 DiagramLocale
impl Debug for DiagramLocale
Source§impl<'de> Deserialize<'de> for DiagramLocale
impl<'de> Deserialize<'de> for DiagramLocale
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 DiagramLocale
impl PartialEq for DiagramLocale
Source§impl Serialize for DiagramLocale
impl Serialize for DiagramLocale
impl StructuralPartialEq for DiagramLocale
Auto Trait Implementations§
impl Freeze for DiagramLocale
impl RefUnwindSafe for DiagramLocale
impl Send for DiagramLocale
impl Sync for DiagramLocale
impl Unpin for DiagramLocale
impl UnsafeUnpin for DiagramLocale
impl UnwindSafe for DiagramLocale
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