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