pub struct KmpApplication;Implementations§
Source§impl KmpApplication
impl KmpApplication
pub const fn capability_name() -> &'static str
Trait Implementations§
Source§impl Clone for KmpApplication
impl Clone for KmpApplication
Source§fn clone(&self) -> KmpApplication
fn clone(&self) -> KmpApplication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KmpApplication
Source§impl Debug for KmpApplication
impl Debug for KmpApplication
impl Eq for KmpApplication
Source§impl PartialEq for KmpApplication
impl PartialEq for KmpApplication
impl StructuralPartialEq for KmpApplication
Auto Trait Implementations§
impl Freeze for KmpApplication
impl RefUnwindSafe for KmpApplication
impl Send for KmpApplication
impl Sync for KmpApplication
impl Unpin for KmpApplication
impl UnsafeUnpin for KmpApplication
impl UnwindSafe for KmpApplication
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