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