pub enum TemporaryKeyType {
Union,
Overwrite,
Ignore,
}Variants§
Trait Implementations§
source§impl Clone for TemporaryKeyType
impl Clone for TemporaryKeyType
source§fn clone(&self) -> TemporaryKeyType
fn clone(&self) -> TemporaryKeyType
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 moresource§impl Debug for TemporaryKeyType
impl Debug for TemporaryKeyType
source§impl Default for TemporaryKeyType
impl Default for TemporaryKeyType
source§impl Described for TemporaryKeyType
impl Described for TemporaryKeyType
source§impl<'de> Deserialize<'de> for TemporaryKeyType
impl<'de> Deserialize<'de> for TemporaryKeyType
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 Display for TemporaryKeyType
impl Display for TemporaryKeyType
source§impl FromStr for TemporaryKeyType
impl FromStr for TemporaryKeyType
source§impl Serialize for TemporaryKeyTypewhere
Self: Display,
impl Serialize for TemporaryKeyTypewhere
Self: Display,
source§impl TryFrom<&str> for TemporaryKeyType
impl TryFrom<&str> for TemporaryKeyType
impl Copy for TemporaryKeyType
Auto Trait Implementations§
impl RefUnwindSafe for TemporaryKeyType
impl Send for TemporaryKeyType
impl Sync for TemporaryKeyType
impl Unpin for TemporaryKeyType
impl UnwindSafe for TemporaryKeyType
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