pub struct ServiceOperation {
pub name: Option<String>,
pub display: Option<Display>,
}
Expand description
Description of an action supported by the Database Migration Service
Fields§
§name: Option<String>
The fully qualified action name, e.g. Microsoft.DataMigration/services/read
display: Option<Display>
Localized display text
Implementations§
Trait Implementations§
Source§impl Clone for ServiceOperation
impl Clone for ServiceOperation
Source§fn clone(&self) -> ServiceOperation
fn clone(&self) -> ServiceOperation
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 ServiceOperation
impl Debug for ServiceOperation
Source§impl Default for ServiceOperation
impl Default for ServiceOperation
Source§fn default() -> ServiceOperation
fn default() -> ServiceOperation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceOperation
impl<'de> Deserialize<'de> for ServiceOperation
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 ServiceOperation
impl PartialEq for ServiceOperation
Source§impl Serialize for ServiceOperation
impl Serialize for ServiceOperation
impl StructuralPartialEq for ServiceOperation
Auto Trait Implementations§
impl Freeze for ServiceOperation
impl RefUnwindSafe for ServiceOperation
impl Send for ServiceOperation
impl Sync for ServiceOperation
impl Unpin for ServiceOperation
impl UnwindSafe for ServiceOperation
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