#[repr(u32)]pub enum DynamicValueType {
NoDynamicValues = 0,
DynamicCanRunTarget = 1,
DynamicDontRunTarget = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for DynamicValueType
impl Clone for DynamicValueType
Source§fn clone(&self) -> DynamicValueType
fn clone(&self) -> DynamicValueType
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 DynamicValueType
impl Debug for DynamicValueType
Source§impl PartialEq for DynamicValueType
impl PartialEq for DynamicValueType
Source§impl PartialOrd for DynamicValueType
impl PartialOrd for DynamicValueType
impl Copy for DynamicValueType
impl Eq for DynamicValueType
impl StructuralPartialEq for DynamicValueType
Auto Trait Implementations§
impl Freeze for DynamicValueType
impl RefUnwindSafe for DynamicValueType
impl Send for DynamicValueType
impl Sync for DynamicValueType
impl Unpin for DynamicValueType
impl UnwindSafe for DynamicValueType
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