pub struct ExportPlayersSuccessResponse {
pub csv_file_url: Option<String>,
}
Fields§
§csv_file_url: Option<String>
Implementations§
Source§impl ExportPlayersSuccessResponse
impl ExportPlayersSuccessResponse
pub fn new() -> ExportPlayersSuccessResponse
Trait Implementations§
Source§impl Clone for ExportPlayersSuccessResponse
impl Clone for ExportPlayersSuccessResponse
Source§fn clone(&self) -> ExportPlayersSuccessResponse
fn clone(&self) -> ExportPlayersSuccessResponse
Returns a duplicate 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 ExportPlayersSuccessResponse
impl Debug for ExportPlayersSuccessResponse
Source§impl Default for ExportPlayersSuccessResponse
impl Default for ExportPlayersSuccessResponse
Source§fn default() -> ExportPlayersSuccessResponse
fn default() -> ExportPlayersSuccessResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportPlayersSuccessResponse
impl<'de> Deserialize<'de> for ExportPlayersSuccessResponse
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 PartialEq for ExportPlayersSuccessResponse
impl PartialEq for ExportPlayersSuccessResponse
Source§fn eq(&self, other: &ExportPlayersSuccessResponse) -> bool
fn eq(&self, other: &ExportPlayersSuccessResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExportPlayersSuccessResponse
Auto Trait Implementations§
impl Freeze for ExportPlayersSuccessResponse
impl RefUnwindSafe for ExportPlayersSuccessResponse
impl Send for ExportPlayersSuccessResponse
impl Sync for ExportPlayersSuccessResponse
impl Unpin for ExportPlayersSuccessResponse
impl UnwindSafe for ExportPlayersSuccessResponse
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