pub struct SdkBootstrapResponse {
pub service: String,
pub status: String,
pub auth_mode: AuthMode,
pub caller: RequestContext,
pub enforcement_model: String,
pub plaintext_to_platform: bool,
pub policy_resolution_mode: String,
pub supported_operations: Vec<ProtectionOperation>,
pub supported_artifact_profiles: Vec<ArtifactProfile>,
pub platform_domains: Vec<PlatformDomainPlan>,
}Fields§
§service: String§status: String§auth_mode: AuthMode§caller: RequestContext§enforcement_model: String§plaintext_to_platform: bool§policy_resolution_mode: String§supported_operations: Vec<ProtectionOperation>§supported_artifact_profiles: Vec<ArtifactProfile>§platform_domains: Vec<PlatformDomainPlan>Trait Implementations§
Source§impl Clone for SdkBootstrapResponse
impl Clone for SdkBootstrapResponse
Source§fn clone(&self) -> SdkBootstrapResponse
fn clone(&self) -> SdkBootstrapResponse
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 Debug for SdkBootstrapResponse
impl Debug for SdkBootstrapResponse
Source§impl<'de> Deserialize<'de> for SdkBootstrapResponse
impl<'de> Deserialize<'de> for SdkBootstrapResponse
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 SdkBootstrapResponse
impl PartialEq for SdkBootstrapResponse
Source§impl Serialize for SdkBootstrapResponse
impl Serialize for SdkBootstrapResponse
impl Eq for SdkBootstrapResponse
impl StructuralPartialEq for SdkBootstrapResponse
Auto Trait Implementations§
impl Freeze for SdkBootstrapResponse
impl RefUnwindSafe for SdkBootstrapResponse
impl Send for SdkBootstrapResponse
impl Sync for SdkBootstrapResponse
impl Unpin for SdkBootstrapResponse
impl UnsafeUnpin for SdkBootstrapResponse
impl UnwindSafe for SdkBootstrapResponse
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