[−][src]Struct algorithm_problem_client::CodeforcesProblem
Fields
contest_id: u32index: Stringname: Stringrating: Option<u32>Trait Implementations
impl Ord for CodeforcesProblem[src]
fn cmp(&self, other: &CodeforcesProblem) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl PartialEq<CodeforcesProblem> for CodeforcesProblem[src]
fn eq(&self, other: &CodeforcesProblem) -> bool[src]
fn ne(&self, other: &CodeforcesProblem) -> bool[src]
impl Eq for CodeforcesProblem[src]
impl PartialOrd<CodeforcesProblem> for CodeforcesProblem[src]
fn partial_cmp(&self, other: &CodeforcesProblem) -> Option<Ordering>[src]
fn lt(&self, other: &CodeforcesProblem) -> bool[src]
fn le(&self, other: &CodeforcesProblem) -> bool[src]
fn gt(&self, other: &CodeforcesProblem) -> bool[src]
fn ge(&self, other: &CodeforcesProblem) -> bool[src]
impl Debug for CodeforcesProblem[src]
impl<'de> Deserialize<'de> for CodeforcesProblem[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for CodeforcesProblem
impl Sync for CodeforcesProblem
impl Unpin for CodeforcesProblem
impl RefUnwindSafe for CodeforcesProblem
impl UnwindSafe for CodeforcesProblem
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,