pub enum PlanExactAliasKind {
MayAlias,
MustAlias,
}Variants§
Trait Implementations§
Source§impl Clone for PlanExactAliasKind
impl Clone for PlanExactAliasKind
Source§fn clone(&self) -> PlanExactAliasKind
fn clone(&self) -> PlanExactAliasKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlanExactAliasKind
Source§impl Debug for PlanExactAliasKind
impl Debug for PlanExactAliasKind
Source§impl<'de> Deserialize<'de> for PlanExactAliasKind
impl<'de> Deserialize<'de> for PlanExactAliasKind
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
impl Eq for PlanExactAliasKind
Source§impl PartialEq for PlanExactAliasKind
impl PartialEq for PlanExactAliasKind
Source§impl Serialize for PlanExactAliasKind
impl Serialize for PlanExactAliasKind
impl StructuralPartialEq for PlanExactAliasKind
Auto Trait Implementations§
impl Freeze for PlanExactAliasKind
impl RefUnwindSafe for PlanExactAliasKind
impl Send for PlanExactAliasKind
impl Sync for PlanExactAliasKind
impl Unpin for PlanExactAliasKind
impl UnsafeUnpin for PlanExactAliasKind
impl UnwindSafe for PlanExactAliasKind
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