#[repr(u8)]pub enum HubPropertiesOperations {
Set = 1,
EnableUpdates = 2,
DisableUpdates = 3,
Reset = 4,
RequestUpdate = 5,
Update = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for HubPropertiesOperations
impl Clone for HubPropertiesOperations
Source§fn clone(&self) -> HubPropertiesOperations
fn clone(&self) -> HubPropertiesOperations
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 moreimpl Copy for HubPropertiesOperations
Auto Trait Implementations§
impl Freeze for HubPropertiesOperations
impl RefUnwindSafe for HubPropertiesOperations
impl Send for HubPropertiesOperations
impl Sync for HubPropertiesOperations
impl Unpin for HubPropertiesOperations
impl UnwindSafe for HubPropertiesOperations
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