pub struct Zipf {
pub this: Box<Expression>,
pub elementcount: Option<Box<Expression>>,
pub gen: Option<Box<Expression>>,
}Expand description
Zipf
Fields§
§this: Box<Expression>§elementcount: Option<Box<Expression>>§gen: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Zipf
impl<'de> Deserialize<'de> for Zipf
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
impl StructuralPartialEq for Zipf
Auto Trait Implementations§
impl Freeze for Zipf
impl RefUnwindSafe for Zipf
impl Send for Zipf
impl Sync for Zipf
impl Unpin for Zipf
impl UnwindSafe for Zipf
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