Struct debian_analyzer::debmutateshim::ArchRestriction
source · pub struct ArchRestriction {
pub enabled: bool,
pub arch: String,
}Fields§
§enabled: bool§arch: StringTrait Implementations§
source§impl Debug for ArchRestriction
impl Debug for ArchRestriction
source§impl FromPyObject<'_> for ArchRestriction
impl FromPyObject<'_> for ArchRestriction
source§impl PartialEq for ArchRestriction
impl PartialEq for ArchRestriction
source§impl ToPyObject for ArchRestriction
impl ToPyObject for ArchRestriction
impl Eq for ArchRestriction
impl StructuralPartialEq for ArchRestriction
Auto Trait Implementations§
impl Freeze for ArchRestriction
impl RefUnwindSafe for ArchRestriction
impl Send for ArchRestriction
impl Sync for ArchRestriction
impl Unpin for ArchRestriction
impl UnwindSafe for ArchRestriction
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.