pub struct HttpAssetSource {
pub url: ValidUrl,
pub file_name: Option<String>,
}Fields§
§url: ValidUrl§file_name: Option<String>Trait Implementations§
Source§impl Clone for HttpAssetSource
impl Clone for HttpAssetSource
Source§fn clone(&self) -> HttpAssetSource
fn clone(&self) -> HttpAssetSource
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 HttpAssetSource
impl Debug for HttpAssetSource
Source§impl<'de> Deserialize<'de> for HttpAssetSource
impl<'de> Deserialize<'de> for HttpAssetSource
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 HttpAssetSource
impl PartialEq for HttpAssetSource
Source§impl Serialize for HttpAssetSource
impl Serialize for HttpAssetSource
impl Eq for HttpAssetSource
impl StructuralPartialEq for HttpAssetSource
Auto Trait Implementations§
impl Freeze for HttpAssetSource
impl RefUnwindSafe for HttpAssetSource
impl Send for HttpAssetSource
impl Sync for HttpAssetSource
impl Unpin for HttpAssetSource
impl UnsafeUnpin for HttpAssetSource
impl UnwindSafe for HttpAssetSource
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