pub struct Augment {
pub id: i64,
/* private fields */
}Fields§
§id: i64Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Augment
impl<'de> Deserialize<'de> for Augment
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 Eq for Augment
Source§impl Ord for Augment
impl Ord for Augment
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 PartialOrd for Augment
impl PartialOrd for Augment
impl StructuralPartialEq for Augment
Auto Trait Implementations§
impl Freeze for Augment
impl RefUnwindSafe for Augment
impl Send for Augment
impl Sync for Augment
impl Unpin for Augment
impl UnsafeUnpin for Augment
impl UnwindSafe for Augment
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