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