pub enum SupportedCanvas {}
Trait Implementations§
Source§impl Clone for SupportedCanvas
impl Clone for SupportedCanvas
Source§fn clone(&self) -> SupportedCanvas
fn clone(&self) -> SupportedCanvas
Returns a duplicate of the value. Read more
1.0.0 · 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 SupportedCanvas
impl Debug for SupportedCanvas
Source§impl PartialEq for SupportedCanvas
impl PartialEq for SupportedCanvas
impl Eq for SupportedCanvas
impl StructuralPartialEq for SupportedCanvas
Auto Trait Implementations§
impl Freeze for SupportedCanvas
impl RefUnwindSafe for SupportedCanvas
impl Send for SupportedCanvas
impl Sync for SupportedCanvas
impl Unpin for SupportedCanvas
impl UnwindSafe for SupportedCanvas
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