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