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