pub struct feedSummarySchedule;Trait Implementations§
Source§impl Field for feedSummarySchedule
impl Field for feedSummarySchedule
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.
Auto Trait Implementations§
impl Freeze for feedSummarySchedule
impl RefUnwindSafe for feedSummarySchedule
impl Send for feedSummarySchedule
impl Sync for feedSummarySchedule
impl Unpin for feedSummarySchedule
impl UnwindSafe for feedSummarySchedule
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