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