pub struct SVGWidget { /* private fields */ }
Trait Implementations§
Source§impl From<SVGWidget> for ImageWidget
impl From<SVGWidget> for ImageWidget
Source§fn from(t: SVGWidget) -> ImageWidget
fn from(t: SVGWidget) -> ImageWidget
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SVGWidget
impl RefUnwindSafe for SVGWidget
impl Send for SVGWidget
impl Sync for SVGWidget
impl Unpin for SVGWidget
impl UnwindSafe for SVGWidget
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