pub struct RunDatatableMigrations200ResponseAppliedInner {
pub version: i64,
pub name: String,
}Fields§
§version: i64§name: StringImplementations§
Source§impl RunDatatableMigrations200ResponseAppliedInner
impl RunDatatableMigrations200ResponseAppliedInner
pub fn new( version: i64, name: String, ) -> RunDatatableMigrations200ResponseAppliedInner
Trait Implementations§
Source§impl Clone for RunDatatableMigrations200ResponseAppliedInner
impl Clone for RunDatatableMigrations200ResponseAppliedInner
Source§fn clone(&self) -> RunDatatableMigrations200ResponseAppliedInner
fn clone(&self) -> RunDatatableMigrations200ResponseAppliedInner
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 Default for RunDatatableMigrations200ResponseAppliedInner
impl Default for RunDatatableMigrations200ResponseAppliedInner
Source§fn default() -> RunDatatableMigrations200ResponseAppliedInner
fn default() -> RunDatatableMigrations200ResponseAppliedInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunDatatableMigrations200ResponseAppliedInner
impl<'de> Deserialize<'de> for RunDatatableMigrations200ResponseAppliedInner
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 RunDatatableMigrations200ResponseAppliedInner
impl PartialEq for RunDatatableMigrations200ResponseAppliedInner
Source§fn eq(&self, other: &RunDatatableMigrations200ResponseAppliedInner) -> bool
fn eq(&self, other: &RunDatatableMigrations200ResponseAppliedInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunDatatableMigrations200ResponseAppliedInner
Auto Trait Implementations§
impl Freeze for RunDatatableMigrations200ResponseAppliedInner
impl RefUnwindSafe for RunDatatableMigrations200ResponseAppliedInner
impl Send for RunDatatableMigrations200ResponseAppliedInner
impl Sync for RunDatatableMigrations200ResponseAppliedInner
impl Unpin for RunDatatableMigrations200ResponseAppliedInner
impl UnsafeUnpin for RunDatatableMigrations200ResponseAppliedInner
impl UnwindSafe for RunDatatableMigrations200ResponseAppliedInner
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