pub enum MaskKind {
Event = 0,
Log = 1,
}
Expand description
服务端掩码类型
Variants§
Auto Trait Implementations§
impl Freeze for MaskKind
impl RefUnwindSafe for MaskKind
impl Send for MaskKind
impl Sync for MaskKind
impl Unpin for MaskKind
impl UnwindSafe for MaskKind
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