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