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