pub struct NodeServiceClient<'id, S> { /* private fields */ }Expand description
Source-level component entity handle.
Trait Implementations§
Source§impl<'id, S: Clone> Clone for NodeServiceClient<'id, S>
impl<'id, S: Clone> Clone for NodeServiceClient<'id, S>
Source§fn clone(&self) -> NodeServiceClient<'id, S>
fn clone(&self) -> NodeServiceClient<'id, S>
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<'id, S: Debug> Debug for NodeServiceClient<'id, S>
impl<'id, S: Debug> Debug for NodeServiceClient<'id, S>
Source§impl<'id, S: PartialEq> PartialEq for NodeServiceClient<'id, S>
impl<'id, S: PartialEq> PartialEq for NodeServiceClient<'id, S>
impl<'id, S: Copy> Copy for NodeServiceClient<'id, S>
impl<'id, S: Eq> Eq for NodeServiceClient<'id, S>
impl<'id, S> StructuralPartialEq for NodeServiceClient<'id, S>
Auto Trait Implementations§
impl<'id, S> Freeze for NodeServiceClient<'id, S>
impl<'id, S> RefUnwindSafe for NodeServiceClient<'id, S>where
S: RefUnwindSafe,
impl<'id, S> Send for NodeServiceClient<'id, S>where
S: Send,
impl<'id, S> Sync for NodeServiceClient<'id, S>where
S: Sync,
impl<'id, S> Unpin for NodeServiceClient<'id, S>where
S: Unpin,
impl<'id, S> UnsafeUnpin for NodeServiceClient<'id, S>
impl<'id, S> UnwindSafe for NodeServiceClient<'id, S>where
S: UnwindSafe,
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