pub struct MergeRegistration {
pub node: NodeId,
}Expand description
Registration output for merge — no closure involved (zero FFI).
Fields§
§node: NodeIdImplementations§
Trait Implementations§
Source§impl Clone for MergeRegistration
impl Clone for MergeRegistration
Source§fn clone(&self) -> MergeRegistration
fn clone(&self) -> MergeRegistration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MergeRegistration
impl Debug for MergeRegistration
impl Copy for MergeRegistration
Auto Trait Implementations§
impl Freeze for MergeRegistration
impl RefUnwindSafe for MergeRegistration
impl Send for MergeRegistration
impl Sync for MergeRegistration
impl Unpin for MergeRegistration
impl UnsafeUnpin for MergeRegistration
impl UnwindSafe for MergeRegistration
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