pub struct ParseCmdOutputBuilder(/* private fields */);Implementations§
Source§impl ParseCmdOutputBuilder
impl ParseCmdOutputBuilder
pub fn addr(&mut self, addr: Object) -> &mut Self
pub fn args(&mut self, args: Array) -> &mut Self
pub fn bang(&mut self, bang: Boolean) -> &mut Self
pub fn cmd(&mut self, cmd: NvimString) -> &mut Self
pub fn count(&mut self, count: Integer) -> &mut Self
pub fn magic(&mut self, magic: Dictionary) -> &mut Self
pub fn mods(&mut self, mods: Dictionary) -> &mut Self
pub fn nargs(&mut self, nargs: Object) -> &mut Self
pub fn nextcmd(&mut self, nextcmd: Object) -> &mut Self
pub fn range(&mut self, range: Array) -> &mut Self
pub fn reg(&mut self, reg: NvimString) -> &mut Self
pub fn build(&mut self) -> ParseCmdOutput
Trait Implementations§
Source§impl Clone for ParseCmdOutputBuilder
impl Clone for ParseCmdOutputBuilder
Auto Trait Implementations§
impl Freeze for ParseCmdOutputBuilder
impl RefUnwindSafe for ParseCmdOutputBuilder
impl !Send for ParseCmdOutputBuilder
impl !Sync for ParseCmdOutputBuilder
impl Unpin for ParseCmdOutputBuilder
impl UnwindSafe for ParseCmdOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§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.