pub struct completedAt;
Trait Implementations§
Source§impl Field for completedAt
impl Field for completedAt
impl HasInputField<completedAt, Option<DateTime>> for CreateCheckRunInput
Auto Trait Implementations§
impl Freeze for completedAt
impl RefUnwindSafe for completedAt
impl Send for completedAt
impl Sync for completedAt
impl Unpin for completedAt
impl UnwindSafe for completedAt
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