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