pub struct UserSettings;Trait Implementations§
Source§impl HasField<__typename> for UserSettings
impl HasField<__typename> for UserSettings
Source§impl HasField<archivedAt> for UserSettings
impl HasField<archivedAt> for UserSettings
Source§impl HasField<autoAssignToSelf> for UserSettings
impl HasField<autoAssignToSelf> for UserSettings
Source§impl HasField<calendarHash> for UserSettings
impl HasField<calendarHash> for UserSettings
Source§impl HasField<createdAt> for UserSettings
impl HasField<createdAt> for UserSettings
Source§impl HasField<feedLastSeenTime> for UserSettings
impl HasField<feedLastSeenTime> for UserSettings
Source§impl HasField<feedSummarySchedule> for UserSettings
impl HasField<feedSummarySchedule> for UserSettings
Source§type Type = Option<FeedSummarySchedule>
type Type = Option<FeedSummarySchedule>
The schema marker type of this field.
Source§impl HasField<notificationCategoryPreferences> for UserSettings
impl HasField<notificationCategoryPreferences> for UserSettings
Source§type Type = NotificationCategoryPreferences
type Type = NotificationCategoryPreferences
The schema marker type of this field.
Source§impl HasField<notificationChannelPreferences> for UserSettings
impl HasField<notificationChannelPreferences> for UserSettings
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<notificationDeliveryPreferences> for UserSettings
impl HasField<notificationDeliveryPreferences> for UserSettings
Source§type Type = NotificationDeliveryPreferences
type Type = NotificationDeliveryPreferences
The schema marker type of this field.
Source§impl HasField<showFullUserNames> for UserSettings
impl HasField<showFullUserNames> for UserSettings
Source§impl HasField<subscribedToChangelog> for UserSettings
impl HasField<subscribedToChangelog> for UserSettings
Source§impl HasField<subscribedToDPA> for UserSettings
impl HasField<subscribedToDPA> for UserSettings
Source§impl HasField<theme> for UserSettings
impl HasField<theme> for UserSettings
Source§type Type = Option<UserSettingsTheme>
type Type = Option<UserSettingsTheme>
The schema marker type of this field.
Source§impl HasField<unsubscribedFrom> for UserSettings
impl HasField<unsubscribedFrom> for UserSettings
Source§impl HasField<updatedAt> for UserSettings
impl HasField<updatedAt> for UserSettings
Source§impl HasField<user> for UserSettings
impl HasField<user> for UserSettings
Source§impl NamedType for UserSettings
impl NamedType for UserSettings
impl HasSubtype<UserSettings> for Node
Auto Trait Implementations§
impl Freeze for UserSettings
impl RefUnwindSafe for UserSettings
impl Send for UserSettings
impl Sync for UserSettings
impl Unpin for UserSettings
impl UnwindSafe for UserSettings
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