Struct debian_analyzer::debmutateshim::BuildRestriction
source · pub struct BuildRestriction {
pub enabled: bool,
pub profile: String,
}Fields§
§enabled: bool§profile: StringTrait Implementations§
source§impl Debug for BuildRestriction
impl Debug for BuildRestriction
source§impl FromPyObject<'_> for BuildRestriction
impl FromPyObject<'_> for BuildRestriction
source§impl PartialEq for BuildRestriction
impl PartialEq for BuildRestriction
source§fn eq(&self, other: &BuildRestriction) -> bool
fn eq(&self, other: &BuildRestriction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToPyObject for BuildRestriction
impl ToPyObject for BuildRestriction
impl Eq for BuildRestriction
impl StructuralEq for BuildRestriction
impl StructuralPartialEq for BuildRestriction
Auto Trait Implementations§
impl RefUnwindSafe for BuildRestriction
impl Send for BuildRestriction
impl Sync for BuildRestriction
impl Unpin for BuildRestriction
impl UnwindSafe for BuildRestriction
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