pub struct DataUriImageSource {
pub uri: String,
}Fields§
§uri: StringImplementations§
Trait Implementations§
Source§impl Clone for DataUriImageSource
impl Clone for DataUriImageSource
Source§fn clone(&self) -> DataUriImageSource
fn clone(&self) -> DataUriImageSource
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 DataUriImageSource
impl Debug for DataUriImageSource
Source§impl From<DataUriImageSource> for ImageSource
impl From<DataUriImageSource> for ImageSource
Source§fn from(value: DataUriImageSource) -> Self
fn from(value: DataUriImageSource) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DataUriImageSource
impl PartialEq for DataUriImageSource
Source§fn eq(&self, other: &DataUriImageSource) -> bool
fn eq(&self, other: &DataUriImageSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DataUriImageSource
impl StructuralPartialEq for DataUriImageSource
Auto Trait Implementations§
impl Freeze for DataUriImageSource
impl RefUnwindSafe for DataUriImageSource
impl Send for DataUriImageSource
impl Sync for DataUriImageSource
impl Unpin for DataUriImageSource
impl UnsafeUnpin for DataUriImageSource
impl UnwindSafe for DataUriImageSource
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