pub struct AuthCreateWorkloadProfileResponseProfile {
pub allowed_digests: Vec<String>,
pub contract_id: String,
pub disabled: bool,
pub profile_id: String,
pub review_mode: Option<Value>,
}Expand description
Generated schema type AuthCreateWorkloadProfileResponse.
Generated schema type AuthCreateWorkloadProfileResponseProfile.
Fields§
§allowed_digests: Vec<String>§contract_id: String§disabled: bool§profile_id: String§review_mode: Option<Value>Trait Implementations§
Source§impl Clone for AuthCreateWorkloadProfileResponseProfile
impl Clone for AuthCreateWorkloadProfileResponseProfile
Source§fn clone(&self) -> AuthCreateWorkloadProfileResponseProfile
fn clone(&self) -> AuthCreateWorkloadProfileResponseProfile
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<'de> Deserialize<'de> for AuthCreateWorkloadProfileResponseProfile
impl<'de> Deserialize<'de> for AuthCreateWorkloadProfileResponseProfile
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 AuthCreateWorkloadProfileResponseProfile
impl PartialEq for AuthCreateWorkloadProfileResponseProfile
Source§fn eq(&self, other: &AuthCreateWorkloadProfileResponseProfile) -> bool
fn eq(&self, other: &AuthCreateWorkloadProfileResponseProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthCreateWorkloadProfileResponseProfile
Auto Trait Implementations§
impl Freeze for AuthCreateWorkloadProfileResponseProfile
impl RefUnwindSafe for AuthCreateWorkloadProfileResponseProfile
impl Send for AuthCreateWorkloadProfileResponseProfile
impl Sync for AuthCreateWorkloadProfileResponseProfile
impl Unpin for AuthCreateWorkloadProfileResponseProfile
impl UnsafeUnpin for AuthCreateWorkloadProfileResponseProfile
impl UnwindSafe for AuthCreateWorkloadProfileResponseProfile
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