pub struct GetCommandsOpts { /* private fields */ }
Expand description
Options passed to
Buffer::get_commands
and
get_commands
.
Implementations§
Source§impl GetCommandsOpts
impl GetCommandsOpts
pub fn builder() -> GetCommandsOptsBuilder
Trait Implementations§
Source§impl Clone for GetCommandsOpts
impl Clone for GetCommandsOpts
Source§fn clone(&self) -> GetCommandsOpts
fn clone(&self) -> GetCommandsOpts
Returns a duplicate of the value. Read more
1.0.0 · 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 GetCommandsOpts
impl Debug for GetCommandsOpts
Source§impl Default for GetCommandsOpts
impl Default for GetCommandsOpts
Source§fn default() -> GetCommandsOpts
fn default() -> GetCommandsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCommandsOpts
impl RefUnwindSafe for GetCommandsOpts
impl Send for GetCommandsOpts
impl Sync for GetCommandsOpts
impl Unpin for GetCommandsOpts
impl UnwindSafe for GetCommandsOpts
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