pub enum RonEligibility {
Eligible,
Ineligible,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Debug for RonEligibility
impl Debug for RonEligibility
Source§impl<'de> Deserialize<'de> for RonEligibility
impl<'de> Deserialize<'de> for RonEligibility
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
Auto Trait Implementations§
impl Freeze for RonEligibility
impl RefUnwindSafe for RonEligibility
impl Send for RonEligibility
impl Sync for RonEligibility
impl Unpin for RonEligibility
impl UnwindSafe for RonEligibility
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