pub enum SvgSource {
Id(SvgId),
Static(&'static [u8]),
Bytes(Arc<[u8]>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SvgSource
impl RefUnwindSafe for SvgSource
impl Send for SvgSource
impl Sync for SvgSource
impl Unpin for SvgSource
impl UnsafeUnpin for SvgSource
impl UnwindSafe for SvgSource
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