pub struct ViewPreferencesPayload;Trait Implementations§
Source§impl HasField<__typename> for ViewPreferencesPayload
impl HasField<__typename> for ViewPreferencesPayload
Source§impl HasField<lastSyncId> for ViewPreferencesPayload
impl HasField<lastSyncId> for ViewPreferencesPayload
Source§impl HasField<success> for ViewPreferencesPayload
impl HasField<success> for ViewPreferencesPayload
Source§impl HasField<viewPreferences> for ViewPreferencesPayload
impl HasField<viewPreferences> for ViewPreferencesPayload
Source§type Type = ViewPreferences
type Type = ViewPreferences
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ViewPreferencesPayload
impl RefUnwindSafe for ViewPreferencesPayload
impl Send for ViewPreferencesPayload
impl Sync for ViewPreferencesPayload
impl Unpin for ViewPreferencesPayload
impl UnwindSafe for ViewPreferencesPayload
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