pub struct current_wallpaper;Trait Implementations§
Source§impl HttpServiceFactory for current_wallpaper
impl HttpServiceFactory for current_wallpaper
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for current_wallpaper
impl RefUnwindSafe for current_wallpaper
impl Send for current_wallpaper
impl Sync for current_wallpaper
impl Unpin for current_wallpaper
impl UnsafeUnpin for current_wallpaper
impl UnwindSafe for current_wallpaper
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