Enum leetcode_tui_rs::entities::question::Relation
source · pub enum Relation {}
Trait Implementations§
source§impl IntoEnumIterator for Relation
impl IntoEnumIterator for Relation
type Iterator = RelationIter
fn iter() -> RelationIter ⓘ
source§impl RelationTrait for Relation
impl RelationTrait for Relation
source§fn def(&self) -> RelationDef
fn def(&self) -> RelationDef
The method to call
impl Copy for Relation
Auto Trait Implementations§
impl RefUnwindSafe for Relation
impl Send for Relation
impl Sync for Relation
impl Unpin for Relation
impl UnwindSafe for Relation
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