pub struct RuntimeAppResolution { /* private fields */ }Expand description
Exact runtime input resolved from immutable distribution authority and one external Root.
Trait Implementations§
Source§impl Clone for RuntimeAppResolution
impl Clone for RuntimeAppResolution
Source§fn clone(&self) -> RuntimeAppResolution
fn clone(&self) -> RuntimeAppResolution
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 RuntimeAppResolution
impl Debug for RuntimeAppResolution
Auto Trait Implementations§
impl Freeze for RuntimeAppResolution
impl RefUnwindSafe for RuntimeAppResolution
impl Send for RuntimeAppResolution
impl Sync for RuntimeAppResolution
impl Unpin for RuntimeAppResolution
impl UnsafeUnpin for RuntimeAppResolution
impl UnwindSafe for RuntimeAppResolution
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