pub struct DepartmentPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for DepartmentPropertyIri
impl PartialEq<&str> for DepartmentPropertyIri
Source§impl PartialEq<DepartmentPropertyIri> for &str
impl PartialEq<DepartmentPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for DepartmentPropertyIri
impl RefUnwindSafe for DepartmentPropertyIri
impl Send for DepartmentPropertyIri
impl Sync for DepartmentPropertyIri
impl Unpin for DepartmentPropertyIri
impl UnwindSafe for DepartmentPropertyIri
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