pub struct viewerCannotUpdateReasons;
Trait Implementations§
Source§impl Field for viewerCannotUpdateReasons
impl Field for viewerCannotUpdateReasons
Source§impl HasField<viewerCannotUpdateReasons> for UpdatableComment
impl HasField<viewerCannotUpdateReasons> for UpdatableComment
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for viewerCannotUpdateReasons
impl RefUnwindSafe for viewerCannotUpdateReasons
impl Send for viewerCannotUpdateReasons
impl Sync for viewerCannotUpdateReasons
impl Unpin for viewerCannotUpdateReasons
impl UnwindSafe for viewerCannotUpdateReasons
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