Struct lichess_api::model::games::import::ImportData
source · pub struct ImportData {
pub id: String,
pub url: String,
}Fields§
§id: String§url: StringTrait Implementations§
source§impl Clone for ImportData
impl Clone for ImportData
source§fn clone(&self) -> ImportData
fn clone(&self) -> ImportData
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 ImportData
impl Debug for ImportData
source§impl<'de> Deserialize<'de> for ImportData
impl<'de> Deserialize<'de> for ImportData
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
Auto Trait Implementations§
impl RefUnwindSafe for ImportData
impl Send for ImportData
impl Sync for ImportData
impl Unpin for ImportData
impl UnwindSafe for ImportData
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