pub enum SettingIdentity {
Known(SettingId),
Unknown,
}Expand description
Whether a definition has a reviewed canonical concept identity.
Variants§
Trait Implementations§
Source§impl Clone for SettingIdentity
impl Clone for SettingIdentity
Source§fn clone(&self) -> SettingIdentity
fn clone(&self) -> SettingIdentity
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 moreSource§impl Debug for SettingIdentity
impl Debug for SettingIdentity
impl Eq for SettingIdentity
Source§impl PartialEq for SettingIdentity
impl PartialEq for SettingIdentity
impl StructuralPartialEq for SettingIdentity
Auto Trait Implementations§
impl Freeze for SettingIdentity
impl RefUnwindSafe for SettingIdentity
impl Send for SettingIdentity
impl Sync for SettingIdentity
impl Unpin for SettingIdentity
impl UnsafeUnpin for SettingIdentity
impl UnwindSafe for SettingIdentity
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