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