pub struct AojProblem { /* private fields */ }
Trait Implementations§
Source§impl Debug for AojProblem
impl Debug for AojProblem
Source§impl<'de> Deserialize<'de> for AojProblem
impl<'de> Deserialize<'de> for AojProblem
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
Source§impl Ord for AojProblem
impl Ord for AojProblem
Source§fn cmp(&self, other: &AojProblem) -> Ordering
fn cmp(&self, other: &AojProblem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AojProblem
impl PartialEq for AojProblem
Source§impl PartialOrd for AojProblem
impl PartialOrd for AojProblem
impl Eq for AojProblem
impl StructuralPartialEq for AojProblem
Auto Trait Implementations§
impl Freeze for AojProblem
impl RefUnwindSafe for AojProblem
impl Send for AojProblem
impl Sync for AojProblem
impl Unpin for AojProblem
impl UnwindSafe for AojProblem
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