pub struct UpdateTrustResult {
pub request_id: Option<String>,
pub trust_id: Option<String>,
}
Fields§
§request_id: Option<String>
§trust_id: Option<String>
Identifier of the trust relationship.
Trait Implementations§
Source§impl Clone for UpdateTrustResult
impl Clone for UpdateTrustResult
Source§fn clone(&self) -> UpdateTrustResult
fn clone(&self) -> UpdateTrustResult
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 UpdateTrustResult
impl Debug for UpdateTrustResult
Source§impl Default for UpdateTrustResult
impl Default for UpdateTrustResult
Source§fn default() -> UpdateTrustResult
fn default() -> UpdateTrustResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTrustResult
impl<'de> Deserialize<'de> for UpdateTrustResult
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 UpdateTrustResult
impl PartialEq for UpdateTrustResult
impl StructuralPartialEq for UpdateTrustResult
Auto Trait Implementations§
impl Freeze for UpdateTrustResult
impl RefUnwindSafe for UpdateTrustResult
impl Send for UpdateTrustResult
impl Sync for UpdateTrustResult
impl Unpin for UpdateTrustResult
impl UnwindSafe for UpdateTrustResult
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