pub struct TimeScheduleConnection;Trait Implementations§
Source§impl HasField<__typename> for TimeScheduleConnection
impl HasField<__typename> for TimeScheduleConnection
Source§impl HasField<edges> for TimeScheduleConnection
impl HasField<edges> for TimeScheduleConnection
Source§type Type = Vec<TimeScheduleEdge>
type Type = Vec<TimeScheduleEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for TimeScheduleConnection
impl HasField<nodes> for TimeScheduleConnection
Source§type Type = Vec<TimeSchedule>
type Type = Vec<TimeSchedule>
The schema marker type of this field.
Source§impl HasField<pageInfo> for TimeScheduleConnection
impl HasField<pageInfo> for TimeScheduleConnection
Auto Trait Implementations§
impl Freeze for TimeScheduleConnection
impl RefUnwindSafe for TimeScheduleConnection
impl Send for TimeScheduleConnection
impl Sync for TimeScheduleConnection
impl Unpin for TimeScheduleConnection
impl UnwindSafe for TimeScheduleConnection
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