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