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