Struct stremio_core::models::common::descriptor_loadable::DescriptorLoadable
source · pub struct DescriptorLoadable {
pub transport_url: Url,
pub content: Loadable<Descriptor, EnvError>,
}
Expand description
Fetching addons
Fields§
§transport_url: Url
§content: Loadable<Descriptor, EnvError>
Trait Implementations§
source§impl Clone for DescriptorLoadable
impl Clone for DescriptorLoadable
source§fn clone(&self) -> DescriptorLoadable
fn clone(&self) -> DescriptorLoadable
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 DescriptorLoadable
impl Debug for DescriptorLoadable
source§impl PartialEq for DescriptorLoadable
impl PartialEq for DescriptorLoadable
source§impl Serialize for DescriptorLoadable
impl Serialize for DescriptorLoadable
impl StructuralPartialEq for DescriptorLoadable
Auto Trait Implementations§
impl Freeze for DescriptorLoadable
impl RefUnwindSafe for DescriptorLoadable
impl Send for DescriptorLoadable
impl Sync for DescriptorLoadable
impl Unpin for DescriptorLoadable
impl UnwindSafe for DescriptorLoadable
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
)