#[repr(u32)]pub enum FunctionUpdateType {
UserFunctionUpdate = 0,
FullAutoFunctionUpdate = 1,
IncrementalAutoFunctionUpdate = 2,
}
Variants§
Trait Implementations§
§impl Clone for BNFunctionUpdateType
impl Clone for BNFunctionUpdateType
§fn clone(&self) -> BNFunctionUpdateType
fn clone(&self) -> BNFunctionUpdateType
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 more§impl Debug for BNFunctionUpdateType
impl Debug for BNFunctionUpdateType
§impl Hash for BNFunctionUpdateType
impl Hash for BNFunctionUpdateType
§impl PartialEq for BNFunctionUpdateType
impl PartialEq for BNFunctionUpdateType
§fn eq(&self, other: &BNFunctionUpdateType) -> bool
fn eq(&self, other: &BNFunctionUpdateType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BNFunctionUpdateType
impl Eq for BNFunctionUpdateType
impl StructuralPartialEq for BNFunctionUpdateType
Auto Trait Implementations§
impl RefUnwindSafe for BNFunctionUpdateType
impl Send for BNFunctionUpdateType
impl Sync for BNFunctionUpdateType
impl Unpin for BNFunctionUpdateType
impl UnwindSafe for BNFunctionUpdateType
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