pub struct ClassWithId {
pub object_id: i32,
pub metadata_id: i32,
pub member_values: Vec<ObjectValue>,
}Fields§
§object_id: i32§metadata_id: i32§member_values: Vec<ObjectValue>Trait Implementations§
Source§impl Clone for ClassWithId
impl Clone for ClassWithId
Source§fn clone(&self) -> ClassWithId
fn clone(&self) -> ClassWithId
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 ClassWithId
impl Debug for ClassWithId
Source§impl<'de> Deserialize<'de> for ClassWithId
impl<'de> Deserialize<'de> for ClassWithId
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
Auto Trait Implementations§
impl Freeze for ClassWithId
impl RefUnwindSafe for ClassWithId
impl Send for ClassWithId
impl Sync for ClassWithId
impl Unpin for ClassWithId
impl UnwindSafe for ClassWithId
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