pub struct WeightMaterializerId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WeightMaterializerId
impl Clone for WeightMaterializerId
Source§fn clone(&self) -> WeightMaterializerId
fn clone(&self) -> WeightMaterializerId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WeightMaterializerId
impl Debug for WeightMaterializerId
Source§impl<'de> Deserialize<'de> for WeightMaterializerId
impl<'de> Deserialize<'de> for WeightMaterializerId
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 WeightMaterializerId
impl Display for WeightMaterializerId
impl Eq for WeightMaterializerId
Source§impl From<WeightMaterializerId> for String
impl From<WeightMaterializerId> for String
Source§fn from(value: WeightMaterializerId) -> Self
fn from(value: WeightMaterializerId) -> Self
Converts to this type from the input type.
Source§impl Hash for WeightMaterializerId
impl Hash for WeightMaterializerId
Source§impl Ord for WeightMaterializerId
impl Ord for WeightMaterializerId
Source§fn cmp(&self, other: &WeightMaterializerId) -> Ordering
fn cmp(&self, other: &WeightMaterializerId) -> Ordering
1.21.0 (const: unstable) · 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 WeightMaterializerId
impl PartialEq for WeightMaterializerId
Source§impl PartialOrd for WeightMaterializerId
impl PartialOrd for WeightMaterializerId
Source§impl Serialize for WeightMaterializerId
impl Serialize for WeightMaterializerId
impl StructuralPartialEq for WeightMaterializerId
Auto Trait Implementations§
impl Freeze for WeightMaterializerId
impl RefUnwindSafe for WeightMaterializerId
impl Send for WeightMaterializerId
impl Sync for WeightMaterializerId
impl Unpin for WeightMaterializerId
impl UnsafeUnpin for WeightMaterializerId
impl UnwindSafe for WeightMaterializerId
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