pub struct SourceObjectConfig {
pub object_identifier: Option<SourceObjectIdentifier>,
}Expand description
Config for a single migration job object.
This type is not used in any activity, and only used as part of another schema.
Fields§
§object_identifier: Option<SourceObjectIdentifier>Optional. The object identifier.
Trait Implementations§
Source§impl Clone for SourceObjectConfig
impl Clone for SourceObjectConfig
Source§fn clone(&self) -> SourceObjectConfig
fn clone(&self) -> SourceObjectConfig
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 SourceObjectConfig
impl Debug for SourceObjectConfig
Source§impl Default for SourceObjectConfig
impl Default for SourceObjectConfig
Source§fn default() -> SourceObjectConfig
fn default() -> SourceObjectConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceObjectConfig
impl<'de> Deserialize<'de> for SourceObjectConfig
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 Serialize for SourceObjectConfig
impl Serialize for SourceObjectConfig
impl Part for SourceObjectConfig
Auto Trait Implementations§
impl Freeze for SourceObjectConfig
impl RefUnwindSafe for SourceObjectConfig
impl Send for SourceObjectConfig
impl Sync for SourceObjectConfig
impl Unpin for SourceObjectConfig
impl UnwindSafe for SourceObjectConfig
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