pub enum MapControl {
Set(Key, Vec<u8>),
Del(Key),
Sub,
Unsub,
}Variants§
Implementations§
Source§impl MapControl
impl MapControl
pub fn is_creator(&self) -> bool
Trait Implementations§
Source§impl Clone for MapControl
impl Clone for MapControl
Source§fn clone(&self) -> MapControl
fn clone(&self) -> MapControl
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 MapControl
impl Debug for MapControl
Source§impl PartialEq for MapControl
impl PartialEq for MapControl
impl Eq for MapControl
impl StructuralPartialEq for MapControl
Auto Trait Implementations§
impl Freeze for MapControl
impl RefUnwindSafe for MapControl
impl Send for MapControl
impl Sync for MapControl
impl Unpin for MapControl
impl UnwindSafe for MapControl
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