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