pub struct KittyBackend {}
Implementations§
Trait Implementations§
Source§impl Default for KittyBackend
impl Default for KittyBackend
Source§impl ImageBackend for KittyBackend
impl ImageBackend for KittyBackend
Auto Trait Implementations§
impl Freeze for KittyBackend
impl RefUnwindSafe for KittyBackend
impl Send for KittyBackend
impl Sync for KittyBackend
impl Unpin for KittyBackend
impl UnwindSafe for KittyBackend
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