pub struct Mousebind { /* private fields */ }
Expand description
A mousebind.
Implementations§
Trait Implementations§
Source§impl Bind for Mousebind
impl Bind for Mousebind
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 Mousebind
impl RefUnwindSafe for Mousebind
impl Send for Mousebind
impl Sync for Mousebind
impl Unpin for Mousebind
impl UnwindSafe for Mousebind
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
].