pub struct RunReference {
pub id: i32,
pub name: String,
}Fields§
§id: i32§name: StringImplementations§
Trait Implementations§
Source§impl Clone for RunReference
impl Clone for RunReference
Source§fn clone(&self) -> RunReference
fn clone(&self) -> RunReference
Returns a copy 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 RunReference
impl Debug for RunReference
Source§impl<'de> Deserialize<'de> for RunReference
impl<'de> Deserialize<'de> for RunReference
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 PartialEq for RunReference
impl PartialEq for RunReference
Source§impl Serialize for RunReference
impl Serialize for RunReference
impl StructuralPartialEq for RunReference
Auto Trait Implementations§
impl Freeze for RunReference
impl RefUnwindSafe for RunReference
impl Send for RunReference
impl Sync for RunReference
impl Unpin for RunReference
impl UnwindSafe for RunReference
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