pub struct ManuallyAttached;Expand description
The explicit “I wire interfaces myself” answer to the recipe’s interfaces field: attach everything after construction through the node handle (or, on a board, at slot activation).
Trait Implementations§
Source§impl Clone for ManuallyAttached
impl Clone for ManuallyAttached
Source§fn clone(&self) -> ManuallyAttached
fn clone(&self) -> ManuallyAttached
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 moreimpl Copy for ManuallyAttached
Source§impl Debug for ManuallyAttached
impl Debug for ManuallyAttached
impl Eq for ManuallyAttached
Source§impl PartialEq for ManuallyAttached
impl PartialEq for ManuallyAttached
impl StructuralPartialEq for ManuallyAttached
Auto Trait Implementations§
impl Freeze for ManuallyAttached
impl RefUnwindSafe for ManuallyAttached
impl Send for ManuallyAttached
impl Sync for ManuallyAttached
impl Unpin for ManuallyAttached
impl UnsafeUnpin for ManuallyAttached
impl UnwindSafe for ManuallyAttached
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