pub struct UndeploySystemInstanceRequest {
pub id: Option<String>,
}
Fields§
§id: Option<String>
The ID of the system instance to remove from its target.
Trait Implementations§
Source§impl Clone for UndeploySystemInstanceRequest
impl Clone for UndeploySystemInstanceRequest
Source§fn clone(&self) -> UndeploySystemInstanceRequest
fn clone(&self) -> UndeploySystemInstanceRequest
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 Default for UndeploySystemInstanceRequest
impl Default for UndeploySystemInstanceRequest
Source§fn default() -> UndeploySystemInstanceRequest
fn default() -> UndeploySystemInstanceRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UndeploySystemInstanceRequest
impl PartialEq for UndeploySystemInstanceRequest
Source§fn eq(&self, other: &UndeploySystemInstanceRequest) -> bool
fn eq(&self, other: &UndeploySystemInstanceRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UndeploySystemInstanceRequest
Auto Trait Implementations§
impl Freeze for UndeploySystemInstanceRequest
impl RefUnwindSafe for UndeploySystemInstanceRequest
impl Send for UndeploySystemInstanceRequest
impl Sync for UndeploySystemInstanceRequest
impl Unpin for UndeploySystemInstanceRequest
impl UnwindSafe for UndeploySystemInstanceRequest
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