pub struct GetCommandsOpts { /* private fields */ }Expand description
Options passed to
Buffer::get_commands and
get_commands.
Implementations
sourceimpl GetCommandsOpts
impl GetCommandsOpts
pub fn builder() -> GetCommandsOptsBuilder
Trait Implementations
sourceimpl Clone for GetCommandsOpts
impl Clone for GetCommandsOpts
sourcefn clone(&self) -> GetCommandsOpts
fn clone(&self) -> GetCommandsOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetCommandsOpts
impl Debug for GetCommandsOpts
sourceimpl Default for GetCommandsOpts
impl Default for GetCommandsOpts
sourcefn default() -> GetCommandsOpts
fn default() -> GetCommandsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetCommandsOpts
impl Send for GetCommandsOpts
impl Sync for GetCommandsOpts
impl Unpin for GetCommandsOpts
impl UnwindSafe for GetCommandsOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more