pub struct Keybind { /* private fields */ }
Expand description
A keybind.
Implementations§
Trait Implementations§
Source§impl Bind for Keybind
impl Bind for Keybind
Source§fn description(&mut self, desc: impl ToString) -> &mut Self
fn description(&mut self, desc: impl ToString) -> &mut Self
Sets this bind’s description.
Source§fn set_as_quit(&mut self) -> &mut Self
fn set_as_quit(&mut self) -> &mut Self
Sets this bind as a quit bind.
Source§fn set_as_reload_config(&mut self) -> &mut Self
fn set_as_reload_config(&mut self) -> &mut Self
Sets this bind as a reload config bind.
Source§fn allow_when_locked(&mut self) -> &mut Self
fn allow_when_locked(&mut self) -> &mut Self
Allows this bind to trigger when the session is locked.
Auto Trait Implementations§
impl Freeze for Keybind
impl RefUnwindSafe for Keybind
impl Send for Keybind
impl Sync for Keybind
impl Unpin for Keybind
impl UnwindSafe for Keybind
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Applies the layer to a service and wraps it in [
Layered
].