pub struct PullRequestParameters;
Trait Implementations§
Source§impl HasField<__typename> for PullRequestParameters
impl HasField<__typename> for PullRequestParameters
Source§impl NamedType for PullRequestParameters
impl NamedType for PullRequestParameters
impl HasSubtype<PullRequestParameters> for RuleParameters
Auto Trait Implementations§
impl Freeze for PullRequestParameters
impl RefUnwindSafe for PullRequestParameters
impl Send for PullRequestParameters
impl Sync for PullRequestParameters
impl Unpin for PullRequestParameters
impl UnwindSafe for PullRequestParameters
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