pub struct EbThreshold {
pub ty: Option<String>,
pub unit: Option<String>,
pub description: Option<String>,
pub bound: Option<String>,
/* private fields */
}Fields§
§ty: Option<String>分類
unit: Option<String>単位
description: Option<String>代替文字列
値を文字列で表示する場合の表記法を記述する。
bound: Option<String>補足情報
階級区分閾値を補足する情報を示す
Trait Implementations§
Source§impl Debug for EbThreshold
impl Debug for EbThreshold
Source§impl<'de> Deserialize<'de> for EbThreshold
impl<'de> Deserialize<'de> for EbThreshold
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 EbThreshold
impl RefUnwindSafe for EbThreshold
impl Send for EbThreshold
impl Sync for EbThreshold
impl Unpin for EbThreshold
impl UnwindSafe for EbThreshold
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