pub enum ConfigStatus {
Absent,
Ambiguous,
PresentJson,
PresentLuau,
}Variants§
Implementations§
Source§impl ConfigStatus
impl ConfigStatus
pub const Absent: Self = Self::Absent
pub const Ambiguous: Self = Self::Ambiguous
pub const PresentJson: Self = Self::PresentJson
pub const PresentLuau: Self = Self::PresentLuau
Trait Implementations§
Source§impl Clone for ConfigStatus
impl Clone for ConfigStatus
Source§fn clone(&self) -> ConfigStatus
fn clone(&self) -> ConfigStatus
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 ConfigStatus
Source§impl Debug for ConfigStatus
impl Debug for ConfigStatus
impl Eq for ConfigStatus
Source§impl Hash for ConfigStatus
impl Hash for ConfigStatus
Source§impl PartialEq for ConfigStatus
impl PartialEq for ConfigStatus
Source§fn eq(&self, other: &ConfigStatus) -> bool
fn eq(&self, other: &ConfigStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConfigStatus
Auto Trait Implementations§
impl Freeze for ConfigStatus
impl RefUnwindSafe for ConfigStatus
impl Send for ConfigStatus
impl Sync for ConfigStatus
impl Unpin for ConfigStatus
impl UnsafeUnpin for ConfigStatus
impl UnwindSafe for ConfigStatus
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