pub struct GovernmentBenefitsTypeIri;Trait Implementations§
source§impl PartialEq<&str> for GovernmentBenefitsTypeIri
impl PartialEq<&str> for GovernmentBenefitsTypeIri
source§impl PartialEq<GovernmentBenefitsTypeIri> for &str
impl PartialEq<GovernmentBenefitsTypeIri> for &str
source§fn eq(&self, other: &GovernmentBenefitsTypeIri) -> bool
fn eq(&self, other: &GovernmentBenefitsTypeIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for GovernmentBenefitsTypeIri
impl RefUnwindSafe for GovernmentBenefitsTypeIri
impl Send for GovernmentBenefitsTypeIri
impl Sync for GovernmentBenefitsTypeIri
impl Unpin for GovernmentBenefitsTypeIri
impl UnwindSafe for GovernmentBenefitsTypeIri
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