Enum bitwarden_api_api::apis::organization_connections_api::OrganizationsConnectionsOrganizationConnectionIdDeleteError
source · pub enum OrganizationsConnectionsOrganizationConnectionIdDeleteError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method organizations_connections_organization_connection_id_delete
Variants§
Trait Implementations§
source§impl Clone for OrganizationsConnectionsOrganizationConnectionIdDeleteError
impl Clone for OrganizationsConnectionsOrganizationConnectionIdDeleteError
source§fn clone(&self) -> OrganizationsConnectionsOrganizationConnectionIdDeleteError
fn clone(&self) -> OrganizationsConnectionsOrganizationConnectionIdDeleteError
Returns a copy 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<'de> Deserialize<'de> for OrganizationsConnectionsOrganizationConnectionIdDeleteError
impl<'de> Deserialize<'de> for OrganizationsConnectionsOrganizationConnectionIdDeleteError
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