pub struct ActivityManagerBinder;Implementations§
Auto Trait Implementations§
impl Freeze for ActivityManagerBinder
impl RefUnwindSafe for ActivityManagerBinder
impl Send for ActivityManagerBinder
impl Sync for ActivityManagerBinder
impl Unpin for ActivityManagerBinder
impl UnsafeUnpin for ActivityManagerBinder
impl UnwindSafe for ActivityManagerBinder
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