pub struct MoveImpact {
pub detail: Option<String>,
}Expand description
A message to group impacts of moving the target resource.
This type is not used in any activity, and only used as part of another schema.
Fields§
§detail: Option<String>User friendly impact detail in a free form message.
Trait Implementations§
Source§impl Clone for MoveImpact
impl Clone for MoveImpact
Source§fn clone(&self) -> MoveImpact
fn clone(&self) -> MoveImpact
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 MoveImpact
impl Debug for MoveImpact
Source§impl Default for MoveImpact
impl Default for MoveImpact
Source§fn default() -> MoveImpact
fn default() -> MoveImpact
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MoveImpact
impl<'de> Deserialize<'de> for MoveImpact
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 MoveImpact
impl Serialize for MoveImpact
impl Part for MoveImpact
Auto Trait Implementations§
impl Freeze for MoveImpact
impl RefUnwindSafe for MoveImpact
impl Send for MoveImpact
impl Sync for MoveImpact
impl Unpin for MoveImpact
impl UnwindSafe for MoveImpact
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