#[non_exhaustive]pub struct DataplexServiceAgent { /* private fields */ }Expand description
The Dataplex service agent associated with the user’s project.
Implementations§
Trait Implementations§
Source§impl Clone for DataplexServiceAgent
impl Clone for DataplexServiceAgent
Source§fn clone(&self) -> DataplexServiceAgent
fn clone(&self) -> DataplexServiceAgent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DataplexServiceAgent
impl Debug for DataplexServiceAgent
Source§impl Default for DataplexServiceAgent
impl Default for DataplexServiceAgent
Source§fn default() -> DataplexServiceAgent
fn default() -> DataplexServiceAgent
Returns the “default value” for a type. Read more
Source§impl Message for DataplexServiceAgent
impl Message for DataplexServiceAgent
Source§impl PartialEq for DataplexServiceAgent
impl PartialEq for DataplexServiceAgent
Source§fn eq(&self, other: &DataplexServiceAgent) -> bool
fn eq(&self, other: &DataplexServiceAgent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DataplexServiceAgent
Auto Trait Implementations§
impl Freeze for DataplexServiceAgent
impl RefUnwindSafe for DataplexServiceAgent
impl Send for DataplexServiceAgent
impl Sync for DataplexServiceAgent
impl Unpin for DataplexServiceAgent
impl UnsafeUnpin for DataplexServiceAgent
impl UnwindSafe for DataplexServiceAgent
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