pub struct RepoTestHookQuery {
pub ref: Option<String>,
}Fields§
§ref: Option<String>The name of the commit/branch/tag, indicates which commit will be loaded to the webhook payload.
Trait Implementations§
Source§impl Clone for RepoTestHookQuery
impl Clone for RepoTestHookQuery
Source§fn clone(&self) -> RepoTestHookQuery
fn clone(&self) -> RepoTestHookQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepoTestHookQuery
impl Debug for RepoTestHookQuery
Source§impl Default for RepoTestHookQuery
impl Default for RepoTestHookQuery
Source§fn default() -> RepoTestHookQuery
fn default() -> RepoTestHookQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for RepoTestHookQuery
impl PartialEq for RepoTestHookQuery
impl StructuralPartialEq for RepoTestHookQuery
Auto Trait Implementations§
impl Freeze for RepoTestHookQuery
impl RefUnwindSafe for RepoTestHookQuery
impl Send for RepoTestHookQuery
impl Sync for RepoTestHookQuery
impl Unpin for RepoTestHookQuery
impl UnwindSafe for RepoTestHookQuery
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