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