pub struct BulkWritableExternalIntegrationRequestSecretsGroup {
pub id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
BulkWritableExternalIntegrationRequestSecretsGroup : Credentials used for authenticating with the remote system
Fields§
§id: Option<Box<ApprovalWorkflowApprovalWorkflowDefinitionId>>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl BulkWritableExternalIntegrationRequestSecretsGroup
impl BulkWritableExternalIntegrationRequestSecretsGroup
Sourcepub fn new() -> BulkWritableExternalIntegrationRequestSecretsGroup
pub fn new() -> BulkWritableExternalIntegrationRequestSecretsGroup
Credentials used for authenticating with the remote system
Trait Implementations§
Source§impl Clone for BulkWritableExternalIntegrationRequestSecretsGroup
impl Clone for BulkWritableExternalIntegrationRequestSecretsGroup
Source§fn clone(&self) -> BulkWritableExternalIntegrationRequestSecretsGroup
fn clone(&self) -> BulkWritableExternalIntegrationRequestSecretsGroup
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 Default for BulkWritableExternalIntegrationRequestSecretsGroup
impl Default for BulkWritableExternalIntegrationRequestSecretsGroup
Source§fn default() -> BulkWritableExternalIntegrationRequestSecretsGroup
fn default() -> BulkWritableExternalIntegrationRequestSecretsGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkWritableExternalIntegrationRequestSecretsGroup
impl<'de> Deserialize<'de> for BulkWritableExternalIntegrationRequestSecretsGroup
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 BulkWritableExternalIntegrationRequestSecretsGroup
impl PartialEq for BulkWritableExternalIntegrationRequestSecretsGroup
Source§fn eq(&self, other: &BulkWritableExternalIntegrationRequestSecretsGroup) -> bool
fn eq(&self, other: &BulkWritableExternalIntegrationRequestSecretsGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkWritableExternalIntegrationRequestSecretsGroup
Auto Trait Implementations§
impl Freeze for BulkWritableExternalIntegrationRequestSecretsGroup
impl RefUnwindSafe for BulkWritableExternalIntegrationRequestSecretsGroup
impl Send for BulkWritableExternalIntegrationRequestSecretsGroup
impl Sync for BulkWritableExternalIntegrationRequestSecretsGroup
impl Unpin for BulkWritableExternalIntegrationRequestSecretsGroup
impl UnsafeUnpin for BulkWritableExternalIntegrationRequestSecretsGroup
impl UnwindSafe for BulkWritableExternalIntegrationRequestSecretsGroup
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