pub enum GlobalVariableType {
Default,
Secret,
}
Variants§
Trait Implementations§
Source§impl Clone for GlobalVariableType
impl Clone for GlobalVariableType
Source§fn clone(&self) -> GlobalVariableType
fn clone(&self) -> GlobalVariableType
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 GlobalVariableType
impl Debug for GlobalVariableType
Source§impl<'de> Deserialize<'de> for GlobalVariableType
impl<'de> Deserialize<'de> for GlobalVariableType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GlobalVariableType
impl PartialEq for GlobalVariableType
Source§impl Serialize for GlobalVariableType
impl Serialize for GlobalVariableType
impl StructuralPartialEq for GlobalVariableType
Auto Trait Implementations§
impl Freeze for GlobalVariableType
impl RefUnwindSafe for GlobalVariableType
impl Send for GlobalVariableType
impl Sync for GlobalVariableType
impl Unpin for GlobalVariableType
impl UnwindSafe for GlobalVariableType
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