pub struct PPDIntegral(/* private fields */);Trait Implementations§
Source§impl Clone for PPDIntegral
impl Clone for PPDIntegral
Source§fn clone(&self) -> PPDIntegral
fn clone(&self) -> PPDIntegral
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 PPDIntegral
impl Debug for PPDIntegral
Source§impl Default for PPDIntegral
impl Default for PPDIntegral
Source§fn default() -> PPDIntegral
fn default() -> PPDIntegral
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PPDIntegral
impl<'de> Deserialize<'de> for PPDIntegral
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 Display for PPDIntegral
impl Display for PPDIntegral
Source§impl From<bool> for PPDIntegral
impl From<bool> for PPDIntegral
Source§impl Hash for PPDIntegral
impl Hash for PPDIntegral
Source§impl KeywordDisplay for PPDIntegral
impl KeywordDisplay for PPDIntegral
Source§impl Ord for PPDIntegral
impl Ord for PPDIntegral
Source§fn cmp(&self, other: &PPDIntegral) -> Ordering
fn cmp(&self, other: &PPDIntegral) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PPDIntegral
impl PartialEq for PPDIntegral
Source§impl PartialOrd for PPDIntegral
impl PartialOrd for PPDIntegral
Source§impl Serialize for PPDIntegral
impl Serialize for PPDIntegral
impl Copy for PPDIntegral
impl Eq for PPDIntegral
impl StructuralPartialEq for PPDIntegral
Auto Trait Implementations§
impl Freeze for PPDIntegral
impl RefUnwindSafe for PPDIntegral
impl Send for PPDIntegral
impl Sync for PPDIntegral
impl Unpin for PPDIntegral
impl UnwindSafe for PPDIntegral
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