pub struct ResolutionRequest {
pub capability: String,
pub bundle_name: String,
pub bundle_version: String,
}Expand description
Stable identity of the capability being resolved.
Fields§
§capability: StringCapability identity requested by the consumer.
bundle_name: StringExact Bundle name expected from the source.
bundle_version: StringExact Bundle version expected from the source.
Trait Implementations§
Source§impl Clone for ResolutionRequest
impl Clone for ResolutionRequest
Source§fn clone(&self) -> ResolutionRequest
fn clone(&self) -> ResolutionRequest
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 ResolutionRequest
impl Debug for ResolutionRequest
impl Eq for ResolutionRequest
Source§impl PartialEq for ResolutionRequest
impl PartialEq for ResolutionRequest
impl StructuralPartialEq for ResolutionRequest
Auto Trait Implementations§
impl Freeze for ResolutionRequest
impl RefUnwindSafe for ResolutionRequest
impl Send for ResolutionRequest
impl Sync for ResolutionRequest
impl Unpin for ResolutionRequest
impl UnsafeUnpin for ResolutionRequest
impl UnwindSafe for ResolutionRequest
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