pub struct CommentCannotUpdateReason {}
Auto Trait Implementations§
impl Freeze for CommentCannotUpdateReason
impl RefUnwindSafe for CommentCannotUpdateReason
impl Send for CommentCannotUpdateReason
impl Sync for CommentCannotUpdateReason
impl Unpin for CommentCannotUpdateReason
impl UnwindSafe for CommentCannotUpdateReason
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