pub struct Application { /* private fields */ }Implementations§
Source§impl Application
impl Application
Trait Implementations§
Source§impl Debug for Application
impl Debug for Application
Source§impl From<Application> for Resource
impl From<Application> for Resource
Source§fn from(value: Application) -> Self
fn from(value: Application) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more