pub struct RevocationLocation {
pub protocol: String,
pub location: String,
}Expand description
Location where issuer revocations may be published.
Fields§
§protocol: String§location: StringTrait Implementations§
Source§impl Clone for RevocationLocation
impl Clone for RevocationLocation
Source§fn clone(&self) -> RevocationLocation
fn clone(&self) -> RevocationLocation
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 RevocationLocation
impl Debug for RevocationLocation
Source§impl<'de> Deserialize<'de> for RevocationLocation
impl<'de> Deserialize<'de> for RevocationLocation
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 RevocationLocation
impl PartialEq for RevocationLocation
Source§impl Serialize for RevocationLocation
impl Serialize for RevocationLocation
impl Eq for RevocationLocation
impl StructuralPartialEq for RevocationLocation
Auto Trait Implementations§
impl Freeze for RevocationLocation
impl RefUnwindSafe for RevocationLocation
impl Send for RevocationLocation
impl Sync for RevocationLocation
impl Unpin for RevocationLocation
impl UnsafeUnpin for RevocationLocation
impl UnwindSafe for RevocationLocation
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