pub struct ServiceSlot<S>(/* private fields */);Expand description
Holds the deployed Service
Implementations§
Source§impl<S> ServiceSlot<S>
impl<S> ServiceSlot<S>
Trait Implementations§
Source§impl<S> Clone for ServiceSlot<S>
impl<S> Clone for ServiceSlot<S>
Source§impl<S> From<Rc<S>> for ServiceSlot<S>
impl<S> From<Rc<S>> for ServiceSlot<S>
Source§impl<S> From<Rc<UnsafeCell<Rc<S>>>> for ServiceSlot<S>
impl<S> From<Rc<UnsafeCell<Rc<S>>>> for ServiceSlot<S>
Auto Trait Implementations§
impl<S> Freeze for ServiceSlot<S>
impl<S> !RefUnwindSafe for ServiceSlot<S>
impl<S> !Send for ServiceSlot<S>
impl<S> !Sync for ServiceSlot<S>
impl<S> Unpin for ServiceSlot<S>
impl<S> !UnwindSafe for ServiceSlot<S>
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