pub enum MessageScope {
Last,
All,
Message(u32),
}
Expand description
Message identifiers
Variants§
Trait Implementations§
Source§impl Clone for MessageScope
impl Clone for MessageScope
Source§fn clone(&self) -> MessageScope
fn clone(&self) -> MessageScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MessageScope
impl Debug for MessageScope
Source§impl Display for MessageScope
impl Display for MessageScope
Source§impl Hash for MessageScope
impl Hash for MessageScope
Source§impl PartialEq for MessageScope
impl PartialEq for MessageScope
impl Eq for MessageScope
impl StructuralPartialEq for MessageScope
Auto Trait Implementations§
impl Freeze for MessageScope
impl RefUnwindSafe for MessageScope
impl Send for MessageScope
impl Sync for MessageScope
impl Unpin for MessageScope
impl UnwindSafe for MessageScope
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