pub struct CliFrontend;Implementations§
Source§impl CliFrontend
impl CliFrontend
Trait Implementations§
Source§impl ApplyChordAction for CliFrontend
impl ApplyChordAction for CliFrontend
fn apply( &mut self, state: &mut EditorState, action: &ChordAction, ) -> Result<String>
Source§impl Default for CliFrontend
impl Default for CliFrontend
Source§impl FrontendCapabilities for CliFrontend
impl FrontendCapabilities for CliFrontend
fn is_interactive(&self) -> bool
Source§impl ListFrontend for CliFrontend
impl ListFrontend for CliFrontend
Auto Trait Implementations§
impl Freeze for CliFrontend
impl RefUnwindSafe for CliFrontend
impl Send for CliFrontend
impl Sync for CliFrontend
impl Unpin for CliFrontend
impl UnsafeUnpin for CliFrontend
impl UnwindSafe for CliFrontend
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more