pub struct ProviderAsset { /* private fields */ }Expand description
One caller-owned processed SVG addressed by its provider-manifest path.
Implementations§
Source§impl ProviderAsset
impl ProviderAsset
Trait Implementations§
Source§impl Clone for ProviderAsset
impl Clone for ProviderAsset
Source§fn clone(&self) -> ProviderAsset
fn clone(&self) -> ProviderAsset
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 ProviderAsset
impl Debug for ProviderAsset
impl Eq for ProviderAsset
Source§impl PartialEq for ProviderAsset
impl PartialEq for ProviderAsset
impl StructuralPartialEq for ProviderAsset
Auto Trait Implementations§
impl Freeze for ProviderAsset
impl RefUnwindSafe for ProviderAsset
impl Send for ProviderAsset
impl Sync for ProviderAsset
impl Unpin for ProviderAsset
impl UnsafeUnpin for ProviderAsset
impl UnwindSafe for ProviderAsset
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