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