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