pub struct SecretSyncOutput {
pub remote_secret_name: Option<String>,
pub secret_name: Option<String>,
pub usc_name: Option<String>,
}Fields§
§remote_secret_name: Option<String>§secret_name: Option<String>§usc_name: Option<String>Implementations§
Source§impl SecretSyncOutput
impl SecretSyncOutput
pub fn new() -> SecretSyncOutput
Trait Implementations§
Source§impl Clone for SecretSyncOutput
impl Clone for SecretSyncOutput
Source§fn clone(&self) -> SecretSyncOutput
fn clone(&self) -> SecretSyncOutput
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 SecretSyncOutput
impl Debug for SecretSyncOutput
Source§impl Default for SecretSyncOutput
impl Default for SecretSyncOutput
Source§fn default() -> SecretSyncOutput
fn default() -> SecretSyncOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretSyncOutput
impl<'de> Deserialize<'de> for SecretSyncOutput
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 PartialEq for SecretSyncOutput
impl PartialEq for SecretSyncOutput
Source§fn eq(&self, other: &SecretSyncOutput) -> bool
fn eq(&self, other: &SecretSyncOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SecretSyncOutput
impl Serialize for SecretSyncOutput
impl StructuralPartialEq for SecretSyncOutput
Auto Trait Implementations§
impl Freeze for SecretSyncOutput
impl RefUnwindSafe for SecretSyncOutput
impl Send for SecretSyncOutput
impl Sync for SecretSyncOutput
impl Unpin for SecretSyncOutput
impl UnsafeUnpin for SecretSyncOutput
impl UnwindSafe for SecretSyncOutput
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