pub enum ConnectorSecretPostParts {
None,
}Expand description
API parts for the Connector Secret Post API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ConnectorSecretPostParts
impl Clone for ConnectorSecretPostParts
Source§fn clone(&self) -> ConnectorSecretPostParts
fn clone(&self) -> ConnectorSecretPostParts
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 ConnectorSecretPostParts
impl Debug for ConnectorSecretPostParts
Source§impl PartialEq for ConnectorSecretPostParts
impl PartialEq for ConnectorSecretPostParts
impl Eq for ConnectorSecretPostParts
impl StructuralPartialEq for ConnectorSecretPostParts
Auto Trait Implementations§
impl Freeze for ConnectorSecretPostParts
impl RefUnwindSafe for ConnectorSecretPostParts
impl Send for ConnectorSecretPostParts
impl Sync for ConnectorSecretPostParts
impl Unpin for ConnectorSecretPostParts
impl UnwindSafe for ConnectorSecretPostParts
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