pub struct UrlImageSource {
pub type_: UrlSourceType,
pub url: String,
pub extra: JsonObject,
}Fields§
§type_: UrlSourceType§url: String§extra: JsonObjectTrait Implementations§
Source§impl Clone for UrlImageSource
impl Clone for UrlImageSource
Source§fn clone(&self) -> UrlImageSource
fn clone(&self) -> UrlImageSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UrlImageSource
impl Debug for UrlImageSource
Source§impl<'de> Deserialize<'de> for UrlImageSource
impl<'de> Deserialize<'de> for UrlImageSource
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 UrlImageSource
impl PartialEq for UrlImageSource
Source§impl Serialize for UrlImageSource
impl Serialize for UrlImageSource
impl StructuralPartialEq for UrlImageSource
Auto Trait Implementations§
impl Freeze for UrlImageSource
impl RefUnwindSafe for UrlImageSource
impl Send for UrlImageSource
impl Sync for UrlImageSource
impl Unpin for UrlImageSource
impl UnsafeUnpin for UrlImageSource
impl UnwindSafe for UrlImageSource
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