pub struct ExternalSyncService {}Auto Trait Implementations§
impl Freeze for ExternalSyncService
impl RefUnwindSafe for ExternalSyncService
impl Send for ExternalSyncService
impl Sync for ExternalSyncService
impl Unpin for ExternalSyncService
impl UnwindSafe for ExternalSyncService
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