pub struct CreateCommandOpts { /* private fields */ }Expand description
Options passed to Buffer::create_user_command.
Implementations
sourceimpl CreateCommandOpts
impl CreateCommandOpts
sourcepub fn builder() -> CreateCommandOptsBuilder
pub fn builder() -> CreateCommandOptsBuilder
Creates a new CreateCommandOptsBuilder.
Trait Implementations
sourceimpl Clone for CreateCommandOpts
impl Clone for CreateCommandOpts
sourcefn clone(&self) -> CreateCommandOpts
fn clone(&self) -> CreateCommandOpts
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 CreateCommandOpts
impl Debug for CreateCommandOpts
sourceimpl Default for CreateCommandOpts
impl Default for CreateCommandOpts
sourcefn default() -> CreateCommandOpts
fn default() -> CreateCommandOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CreateCommandOpts
impl !Send for CreateCommandOpts
impl !Sync for CreateCommandOpts
impl Unpin for CreateCommandOpts
impl UnwindSafe for CreateCommandOpts
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