pub struct OperationKey {
pub command: Command,
pub credential_id: Option<String>,
pub grant_type: Option<GrantType>,
pub service_did: String,
pub service_url: Url,
}Fields§
§command: Command§credential_id: Option<String>§grant_type: Option<GrantType>§service_did: String§service_url: UrlTrait Implementations§
Source§impl Clone for OperationKey
impl Clone for OperationKey
Source§fn clone(&self) -> OperationKey
fn clone(&self) -> OperationKey
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 OperationKey
impl Debug for OperationKey
impl Eq for OperationKey
Source§impl PartialEq for OperationKey
impl PartialEq for OperationKey
impl StructuralPartialEq for OperationKey
Auto Trait Implementations§
impl Freeze for OperationKey
impl RefUnwindSafe for OperationKey
impl Send for OperationKey
impl Sync for OperationKey
impl Unpin for OperationKey
impl UnsafeUnpin for OperationKey
impl UnwindSafe for OperationKey
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