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