pub struct IntegrationSpec {
pub kind: String,
pub reason: String,
}Expand description
Specification for a single integration requirement.
Fields§
§kind: String“required”, “optional”, or “conflicts”.
reason: StringWhy this integration exists.
Trait Implementations§
Source§impl Clone for IntegrationSpec
impl Clone for IntegrationSpec
Source§fn clone(&self) -> IntegrationSpec
fn clone(&self) -> IntegrationSpec
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 moreAuto Trait Implementations§
impl Freeze for IntegrationSpec
impl RefUnwindSafe for IntegrationSpec
impl Send for IntegrationSpec
impl Sync for IntegrationSpec
impl Unpin for IntegrationSpec
impl UnsafeUnpin for IntegrationSpec
impl UnwindSafe for IntegrationSpec
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