pub struct ClearAutocmdsOpts { /* private fields */ }
Expand description
Options passed to api::clear_autocmds
.
Implementations§
Source§impl ClearAutocmdsOpts
impl ClearAutocmdsOpts
Sourcepub fn builder() -> ClearAutocmdsOptsBuilder
pub fn builder() -> ClearAutocmdsOptsBuilder
Creates a new ClearAutocmdsOptsBuilder
.
Trait Implementations§
Source§impl Clone for ClearAutocmdsOpts
impl Clone for ClearAutocmdsOpts
Source§fn clone(&self) -> ClearAutocmdsOpts
fn clone(&self) -> ClearAutocmdsOpts
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 ClearAutocmdsOpts
impl Debug for ClearAutocmdsOpts
Source§impl Default for ClearAutocmdsOpts
impl Default for ClearAutocmdsOpts
Source§fn default() -> ClearAutocmdsOpts
fn default() -> ClearAutocmdsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClearAutocmdsOpts
impl RefUnwindSafe for ClearAutocmdsOpts
impl !Send for ClearAutocmdsOpts
impl !Sync for ClearAutocmdsOpts
impl Unpin for ClearAutocmdsOpts
impl UnwindSafe for ClearAutocmdsOpts
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