pub struct AojSolution { /* private fields */ }
Trait Implementations§
Source§impl Debug for AojSolution
impl Debug for AojSolution
Source§impl<'de> Deserialize<'de> for AojSolution
impl<'de> Deserialize<'de> for AojSolution
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 AojSolution
impl Ord for AojSolution
Source§fn cmp(&self, other: &AojSolution) -> Ordering
fn cmp(&self, other: &AojSolution) -> 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 AojSolution
impl PartialEq for AojSolution
Source§impl PartialOrd for AojSolution
impl PartialOrd for AojSolution
impl Eq for AojSolution
impl StructuralPartialEq for AojSolution
Auto Trait Implementations§
impl Freeze for AojSolution
impl RefUnwindSafe for AojSolution
impl Send for AojSolution
impl Sync for AojSolution
impl Unpin for AojSolution
impl UnwindSafe for AojSolution
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