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