pub enum FlagsmithValueType {
String,
Bool,
Integer,
Float,
None,
}Variants§
Trait Implementations§
Source§impl Clone for FlagsmithValueType
impl Clone for FlagsmithValueType
Source§fn clone(&self) -> FlagsmithValueType
fn clone(&self) -> FlagsmithValueType
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 FlagsmithValueType
impl Debug for FlagsmithValueType
Source§impl PartialEq for FlagsmithValueType
impl PartialEq for FlagsmithValueType
impl StructuralPartialEq for FlagsmithValueType
Auto Trait Implementations§
impl Freeze for FlagsmithValueType
impl RefUnwindSafe for FlagsmithValueType
impl Send for FlagsmithValueType
impl Sync for FlagsmithValueType
impl Unpin for FlagsmithValueType
impl UnwindSafe for FlagsmithValueType
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