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