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