pub struct RevocationReport {
pub status: String,
pub source: String,
pub responder_signature: String,
}Fields§
§status: String§source: String§responder_signature: StringTrait Implementations§
Source§impl Clone for RevocationReport
impl Clone for RevocationReport
Source§fn clone(&self) -> RevocationReport
fn clone(&self) -> RevocationReport
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 RevocationReport
impl Debug for RevocationReport
Source§impl<'de> Deserialize<'de> for RevocationReport
impl<'de> Deserialize<'de> for RevocationReport
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 RevocationReport
Source§impl PartialEq for RevocationReport
impl PartialEq for RevocationReport
Source§impl Serialize for RevocationReport
impl Serialize for RevocationReport
impl StructuralPartialEq for RevocationReport
Auto Trait Implementations§
impl Freeze for RevocationReport
impl RefUnwindSafe for RevocationReport
impl Send for RevocationReport
impl Sync for RevocationReport
impl Unpin for RevocationReport
impl UnsafeUnpin for RevocationReport
impl UnwindSafe for RevocationReport
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.