pub struct _AppIndicatorPrivate { /* private fields */ }Auto Trait Implementations§
impl Freeze for _AppIndicatorPrivate
impl RefUnwindSafe for _AppIndicatorPrivate
impl !Send for _AppIndicatorPrivate
impl !Sync for _AppIndicatorPrivate
impl !Unpin for _AppIndicatorPrivate
impl UnwindSafe for _AppIndicatorPrivate
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