pub struct XAutoClaimOptions { /* private fields */ }
Expand description
Options for the xautoclaim
command
Implementations§
Trait Implementations§
Source§impl Default for XAutoClaimOptions
impl Default for XAutoClaimOptions
Source§fn default() -> XAutoClaimOptions
fn default() -> XAutoClaimOptions
Returns the “default value” for a type. Read more
Source§impl IntoArgs for XAutoClaimOptions
impl IntoArgs for XAutoClaimOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for XAutoClaimOptions
impl RefUnwindSafe for XAutoClaimOptions
impl Send for XAutoClaimOptions
impl Sync for XAutoClaimOptions
impl Unpin for XAutoClaimOptions
impl UnwindSafe for XAutoClaimOptions
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