pub struct RuntimeResolution {
pub sources: AvailableConfigOptions,
pub config: Option<ResolvedConfig>,
pub policy: Policy,
}Fields§
§sources: AvailableConfigOptions§config: Option<ResolvedConfig>§policy: PolicyImplementations§
Trait Implementations§
Source§impl Clone for RuntimeResolution
impl Clone for RuntimeResolution
Source§fn clone(&self) -> RuntimeResolution
fn clone(&self) -> RuntimeResolution
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 Debug for RuntimeResolution
impl Debug for RuntimeResolution
Auto Trait Implementations§
impl Freeze for RuntimeResolution
impl RefUnwindSafe for RuntimeResolution
impl Send for RuntimeResolution
impl Sync for RuntimeResolution
impl Unpin for RuntimeResolution
impl UnsafeUnpin for RuntimeResolution
impl UnwindSafe for RuntimeResolution
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