pub struct All { /* private fields */ }Expand description
A pure flag whose only meaning is its name.
Used as a handler key it resolves to 0, letting the call site register
the handler as a global one via register_global.
Trait Implementations§
Source§impl Message for All
impl Message for All
fn message_type() -> MessageType
impl PureMessage for All
Auto Trait Implementations§
impl Freeze for All
impl RefUnwindSafe for All
impl Send for All
impl Sync for All
impl Unpin for All
impl UnsafeUnpin for All
impl UnwindSafe for All
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> IntoResponse<T> for Twhere
T: Send,
impl<T> IntoResponse<T> for Twhere
T: Send,
Source§fn into_response(self) -> T
fn into_response(self) -> T
Convert this value into a response.