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