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