Struct nvim_oxi_api::opts::GetMarkOpts
source · #[repr(C)]pub struct GetMarkOpts {}Expand description
Options passed to get_mark(). Currently unused.
Implementations§
source§impl GetMarkOpts
impl GetMarkOpts
sourcepub fn builder() -> GetMarkOptsBuilder
pub fn builder() -> GetMarkOptsBuilder
Creates a new GetMarkOptsBuilder.
Trait Implementations§
source§impl Clone for GetMarkOpts
impl Clone for GetMarkOpts
source§fn clone(&self) -> GetMarkOpts
fn clone(&self) -> GetMarkOpts
Returns a copy 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 GetMarkOpts
impl Debug for GetMarkOpts
source§impl Default for GetMarkOpts
impl Default for GetMarkOpts
source§fn default() -> GetMarkOpts
fn default() -> GetMarkOpts
Returns the “default value” for a type. Read more
source§impl From<&GetMarkOpts> for Dictionary
impl From<&GetMarkOpts> for Dictionary
source§fn from(_: &GetMarkOpts) -> Self
fn from(_: &GetMarkOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetMarkOpts
impl RefUnwindSafe for GetMarkOpts
impl Send for GetMarkOpts
impl Sync for GetMarkOpts
impl Unpin for GetMarkOpts
impl UnwindSafe for GetMarkOpts
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
source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§type Error = Infallible
type Error = Infallible
The error type in the returned
Result.source§fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
Converts the value into a
Result.