Struct stremio_core::models::data_export::DataExport
source · pub struct DataExport {
pub export_url: Option<(AuthKey, Loadable<Url, CtxError>)>,
}
Fields§
§export_url: Option<(AuthKey, Loadable<Url, CtxError>)>
This is the Loading result of the User data export request.
Trait Implementations§
source§impl Clone for DataExport
impl Clone for DataExport
source§fn clone(&self) -> DataExport
fn clone(&self) -> DataExport
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 DataExport
impl Debug for DataExport
source§impl Default for DataExport
impl Default for DataExport
source§fn default() -> DataExport
fn default() -> DataExport
Returns the “default value” for a type. Read more
source§impl Serialize for DataExport
impl Serialize for DataExport
Auto Trait Implementations§
impl Freeze for DataExport
impl RefUnwindSafe for DataExport
impl Send for DataExport
impl Sync for DataExport
impl Unpin for DataExport
impl UnwindSafe for DataExport
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)