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