pub struct BufDeleteOpts { /* private fields */ }
Expand description
Options passed to Buffer::delete
.
Implementations§
Source§impl BufDeleteOpts
impl BufDeleteOpts
pub fn builder() -> BufDeleteOptsBuilder
Trait Implementations§
Source§impl Clone for BufDeleteOpts
impl Clone for BufDeleteOpts
Source§fn clone(&self) -> BufDeleteOpts
fn clone(&self) -> BufDeleteOpts
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 BufDeleteOpts
impl Debug for BufDeleteOpts
Source§impl Default for BufDeleteOpts
impl Default for BufDeleteOpts
Source§fn default() -> BufDeleteOpts
fn default() -> BufDeleteOpts
Returns the “default value” for a type. Read more
Source§impl From<&BufDeleteOpts> for Dictionary
impl From<&BufDeleteOpts> for Dictionary
Source§fn from(opts: &BufDeleteOpts) -> Self
fn from(opts: &BufDeleteOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BufDeleteOpts
impl RefUnwindSafe for BufDeleteOpts
impl Send for BufDeleteOpts
impl Sync for BufDeleteOpts
impl Unpin for BufDeleteOpts
impl UnwindSafe for BufDeleteOpts
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