pub struct PluginPlanProvider { /* private fields */ }Expand description
One service selection stored without a live artifact owner or session.
Implementations§
Source§impl PluginPlanProvider
impl PluginPlanProvider
pub fn service(&self) -> &str
pub fn provided_version(&self) -> &str
pub fn artifact_identity(&self) -> &str
Trait Implementations§
Source§impl Clone for PluginPlanProvider
impl Clone for PluginPlanProvider
Source§fn clone(&self) -> PluginPlanProvider
fn clone(&self) -> PluginPlanProvider
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 PluginPlanProvider
impl Debug for PluginPlanProvider
impl Eq for PluginPlanProvider
Source§impl Ord for PluginPlanProvider
impl Ord for PluginPlanProvider
Source§fn cmp(&self, other: &PluginPlanProvider) -> Ordering
fn cmp(&self, other: &PluginPlanProvider) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginPlanProvider
impl PartialEq for PluginPlanProvider
Source§impl PartialOrd for PluginPlanProvider
impl PartialOrd for PluginPlanProvider
Source§impl Serialize for PluginPlanProvider
impl Serialize for PluginPlanProvider
impl StructuralPartialEq for PluginPlanProvider
Auto Trait Implementations§
impl Freeze for PluginPlanProvider
impl RefUnwindSafe for PluginPlanProvider
impl Send for PluginPlanProvider
impl Sync for PluginPlanProvider
impl Unpin for PluginPlanProvider
impl UnsafeUnpin for PluginPlanProvider
impl UnwindSafe for PluginPlanProvider
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