pub struct Axe {
pub hash_key: Option<String>,
pub format: Option<String>,
pub label: Option<String>,
pub log_base: Option<u32>,
pub max: Option<String>,
pub min: Option<String>,
pub show: Option<bool>,
}
Fields§
§hash_key: Option<String>
§format: Option<String>
§label: Option<String>
§log_base: Option<u32>
§max: Option<String>
§min: Option<String>
§show: Option<bool>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Axe
impl<'de> Deserialize<'de> for Axe
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
Auto Trait Implementations§
impl Freeze for Axe
impl RefUnwindSafe for Axe
impl Send for Axe
impl Sync for Axe
impl Unpin for Axe
impl UnwindSafe for Axe
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