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