pub struct DetachedBranch { /* private fields */ }Expand description
A fully constructed runtime chain whose graph nodes are still detached. Dropping it has no topology effect; only an attach operation commits it.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DetachedBranch
impl !Sync for DetachedBranch
impl !UnwindSafe for DetachedBranch
impl Freeze for DetachedBranch
impl Send for DetachedBranch
impl Unpin for DetachedBranch
impl UnsafeUnpin for DetachedBranch
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