pub struct RootIssuerPolicyResponse {
pub issuer: RootIssuerPolicyView,
}Fields§
§issuer: RootIssuerPolicyViewTrait Implementations§
Source§impl Clone for RootIssuerPolicyResponse
impl Clone for RootIssuerPolicyResponse
Source§fn clone(&self) -> RootIssuerPolicyResponse
fn clone(&self) -> RootIssuerPolicyResponse
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 RootIssuerPolicyResponse
impl Debug for RootIssuerPolicyResponse
Source§impl<'de> Deserialize<'de> for RootIssuerPolicyResponse
impl<'de> Deserialize<'de> for RootIssuerPolicyResponse
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
impl Eq for RootIssuerPolicyResponse
Source§impl PartialEq for RootIssuerPolicyResponse
impl PartialEq for RootIssuerPolicyResponse
Source§fn eq(&self, other: &RootIssuerPolicyResponse) -> bool
fn eq(&self, other: &RootIssuerPolicyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RootIssuerPolicyResponse
impl Serialize for RootIssuerPolicyResponse
impl StructuralPartialEq for RootIssuerPolicyResponse
Auto Trait Implementations§
impl Freeze for RootIssuerPolicyResponse
impl RefUnwindSafe for RootIssuerPolicyResponse
impl Send for RootIssuerPolicyResponse
impl Sync for RootIssuerPolicyResponse
impl Unpin for RootIssuerPolicyResponse
impl UnsafeUnpin for RootIssuerPolicyResponse
impl UnwindSafe for RootIssuerPolicyResponse
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