pub struct SetDIDRoutingParams {
pub did: Option<String>,
pub routing: Option<Routing>,
}Expand description
Parameters for Client::set_did_routing (wire method setDIDRouting).
Fields§
§did: Option<String>§routing: Option<Routing>Trait Implementations§
Source§impl Clone for SetDIDRoutingParams
impl Clone for SetDIDRoutingParams
Source§fn clone(&self) -> SetDIDRoutingParams
fn clone(&self) -> SetDIDRoutingParams
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 SetDIDRoutingParams
impl Debug for SetDIDRoutingParams
Source§impl Default for SetDIDRoutingParams
impl Default for SetDIDRoutingParams
Source§fn default() -> SetDIDRoutingParams
fn default() -> SetDIDRoutingParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetDIDRoutingParams
impl RefUnwindSafe for SetDIDRoutingParams
impl Send for SetDIDRoutingParams
impl Sync for SetDIDRoutingParams
impl Unpin for SetDIDRoutingParams
impl UnsafeUnpin for SetDIDRoutingParams
impl UnwindSafe for SetDIDRoutingParams
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