pub struct DidEndpoint {
pub did: String,
pub endpoint: String,
}Expand description
Options that are supplied when querying a wallet for DIDs
Fields§
§did: StringThe DID of interest
endpoint: StringThe endpoint url
Trait Implementations§
Source§impl Debug for DidEndpoint
impl Debug for DidEndpoint
Source§impl<'de> Deserialize<'de> for DidEndpoint
impl<'de> Deserialize<'de> for DidEndpoint
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
Auto Trait Implementations§
impl Freeze for DidEndpoint
impl RefUnwindSafe for DidEndpoint
impl Send for DidEndpoint
impl Sync for DidEndpoint
impl Unpin for DidEndpoint
impl UnwindSafe for DidEndpoint
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