pub struct ValidateTrustRequest {
pub trust: Option<Trust>,
}Expand description
Request message for ValidateTrust
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§trust: Option<Trust>Required. The domain trust to validate trust state for.
Trait Implementations§
Source§impl Clone for ValidateTrustRequest
impl Clone for ValidateTrustRequest
Source§fn clone(&self) -> ValidateTrustRequest
fn clone(&self) -> ValidateTrustRequest
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 ValidateTrustRequest
impl Debug for ValidateTrustRequest
Source§impl Default for ValidateTrustRequest
impl Default for ValidateTrustRequest
Source§fn default() -> ValidateTrustRequest
fn default() -> ValidateTrustRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidateTrustRequest
impl<'de> Deserialize<'de> for ValidateTrustRequest
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 Serialize for ValidateTrustRequest
impl Serialize for ValidateTrustRequest
impl RequestValue for ValidateTrustRequest
Auto Trait Implementations§
impl Freeze for ValidateTrustRequest
impl RefUnwindSafe for ValidateTrustRequest
impl Send for ValidateTrustRequest
impl Sync for ValidateTrustRequest
impl Unpin for ValidateTrustRequest
impl UnwindSafe for ValidateTrustRequest
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