Enum leetcode_api::render::SupSub
source · pub enum SupSub {
Sup,
Sub,
}
Variants§
Trait Implementations§
source§impl PartialEq for SupSub
impl PartialEq for SupSub
impl Copy for SupSub
impl Eq for SupSub
impl StructuralPartialEq for SupSub
Auto Trait Implementations§
impl Freeze for SupSub
impl RefUnwindSafe for SupSub
impl Send for SupSub
impl Sync for SupSub
impl Unpin for SupSub
impl UnwindSafe for SupSub
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.