pub struct ActiveApp {
pub bundle_id: String,
pub name: String,
}Fields§
§bundle_id: String§name: StringTrait Implementations§
impl Eq for ActiveApp
impl StructuralPartialEq for ActiveApp
Auto Trait Implementations§
impl Freeze for ActiveApp
impl RefUnwindSafe for ActiveApp
impl Send for ActiveApp
impl Sync for ActiveApp
impl Unpin for ActiveApp
impl UnsafeUnpin for ActiveApp
impl UnwindSafe for ActiveApp
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