Struct lichess_api::model::challenges::OpenChallenge
source · pub struct OpenChallenge {
pub base: ChallengeBase,
pub name: String,
pub rules: String,
pub users: String,
}Fields§
§base: ChallengeBase§name: String§rules: String§users: StringTrait Implementations§
source§impl Clone for OpenChallenge
impl Clone for OpenChallenge
source§fn clone(&self) -> OpenChallenge
fn clone(&self) -> OpenChallenge
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OpenChallenge
impl Debug for OpenChallenge
Auto Trait Implementations§
impl RefUnwindSafe for OpenChallenge
impl Send for OpenChallenge
impl Sync for OpenChallenge
impl Unpin for OpenChallenge
impl UnwindSafe for OpenChallenge
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