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