pub struct ServiceHandle {
pub id: Id,
}
Expand description
ServiceHandle objects are used to pass around instances of a service
Fields§
§id: Id
Implementations§
Trait Implementations§
Source§impl Clone for ServiceHandle
impl Clone for ServiceHandle
Source§fn clone(&self) -> ServiceHandle
fn clone(&self) -> ServiceHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServiceHandle
impl Debug for ServiceHandle
Source§impl PartialEq for ServiceHandle
impl PartialEq for ServiceHandle
impl StructuralPartialEq for ServiceHandle
Auto Trait Implementations§
impl Freeze for ServiceHandle
impl RefUnwindSafe for ServiceHandle
impl Send for ServiceHandle
impl Sync for ServiceHandle
impl Unpin for ServiceHandle
impl UnwindSafe for ServiceHandle
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