pub struct IsWeighted;
Trait Implementations§
Source§impl Clone for IsWeighted
impl Clone for IsWeighted
Source§fn clone(&self) -> IsWeighted
fn clone(&self) -> IsWeighted
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 IsWeighted
impl Debug for IsWeighted
Source§impl Default for IsWeighted
impl Default for IsWeighted
Source§fn default() -> IsWeighted
fn default() -> IsWeighted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IsWeighted
impl<'de> Deserialize<'de> for IsWeighted
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 IsWeighted
impl Display for IsWeighted
Source§impl Hash for IsWeighted
impl Hash for IsWeighted
Source§impl Ord for IsWeighted
impl Ord for IsWeighted
Source§fn cmp(&self, other: &IsWeighted) -> Ordering
fn cmp(&self, other: &IsWeighted) -> 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 IsWeighted
impl PartialEq for IsWeighted
Source§impl PartialOrd for IsWeighted
impl PartialOrd for IsWeighted
Source§impl Serialize for IsWeighted
impl Serialize for IsWeighted
impl Copy for IsWeighted
impl Eq for IsWeighted
impl Send for IsWeighted
impl StructuralPartialEq for IsWeighted
impl Sync for IsWeighted
Auto Trait Implementations§
impl Freeze for IsWeighted
impl RefUnwindSafe for IsWeighted
impl Unpin for IsWeighted
impl UnwindSafe for IsWeighted
Blanket Implementations§
Source§impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
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