pub struct GetVaspbyDidParams {
pub did: String,
pub fields: Option<String>,
}
Expand description
struct for passing parameters to the method [get_vaspby_did
]
Fields§
§did: String
§fields: Option<String>
CSV of fields to return (all, "blank" or see list of all field names below)
Implementations§
Source§impl GetVaspbyDidParams
impl GetVaspbyDidParams
Sourcepub fn builder() -> GetVaspbyDidParamsBuilder
pub fn builder() -> GetVaspbyDidParamsBuilder
Create an instance of GetVaspbyDidParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetVaspbyDidParams
impl Clone for GetVaspbyDidParams
Source§fn clone(&self) -> GetVaspbyDidParams
fn clone(&self) -> GetVaspbyDidParams
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for GetVaspbyDidParams
impl RefUnwindSafe for GetVaspbyDidParams
impl Send for GetVaspbyDidParams
impl Sync for GetVaspbyDidParams
impl Unpin for GetVaspbyDidParams
impl UnwindSafe for GetVaspbyDidParams
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