#[repr(u32)]pub enum BalloonFeatures {
PageReporting = 5,
WSReporting = 8,
}Variants§
Trait Implementations§
Source§impl Clone for BalloonFeatures
impl Clone for BalloonFeatures
Source§fn clone(&self) -> BalloonFeatures
fn clone(&self) -> BalloonFeatures
Returns a copy 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 moreimpl Copy for BalloonFeatures
Auto Trait Implementations§
impl Freeze for BalloonFeatures
impl RefUnwindSafe for BalloonFeatures
impl Send for BalloonFeatures
impl Sync for BalloonFeatures
impl Unpin for BalloonFeatures
impl UnwindSafe for BalloonFeatures
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