pub struct ConnectorServiceUninstallInput {
pub agent_name: String,
pub platform: Option<String>,
}Fields§
§agent_name: String§platform: Option<String>Trait Implementations§
Source§impl Clone for ConnectorServiceUninstallInput
impl Clone for ConnectorServiceUninstallInput
Source§fn clone(&self) -> ConnectorServiceUninstallInput
fn clone(&self) -> ConnectorServiceUninstallInput
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 PartialEq for ConnectorServiceUninstallInput
impl PartialEq for ConnectorServiceUninstallInput
Source§fn eq(&self, other: &ConnectorServiceUninstallInput) -> bool
fn eq(&self, other: &ConnectorServiceUninstallInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConnectorServiceUninstallInput
impl StructuralPartialEq for ConnectorServiceUninstallInput
Auto Trait Implementations§
impl Freeze for ConnectorServiceUninstallInput
impl RefUnwindSafe for ConnectorServiceUninstallInput
impl Send for ConnectorServiceUninstallInput
impl Sync for ConnectorServiceUninstallInput
impl Unpin for ConnectorServiceUninstallInput
impl UnsafeUnpin for ConnectorServiceUninstallInput
impl UnwindSafe for ConnectorServiceUninstallInput
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