pub struct IExtensionServices(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IExtensionServices
impl !Sync for IExtensionServices
impl Freeze for IExtensionServices
impl RefUnwindSafe for IExtensionServices
impl Unpin for IExtensionServices
impl UnsafeUnpin for IExtensionServices
impl UnwindSafe for IExtensionServices
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