pub struct UpdateTopicsInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateTopicsInput
impl HasInputField<repositoryId, Id> for UpdateTopicsInput
impl HasInputField<topicNames, Vec<String>> for UpdateTopicsInput
impl InputObjectMarker for UpdateTopicsInput
Auto Trait Implementations§
impl Freeze for UpdateTopicsInput
impl RefUnwindSafe for UpdateTopicsInput
impl Send for UpdateTopicsInput
impl Sync for UpdateTopicsInput
impl Unpin for UpdateTopicsInput
impl UnwindSafe for UpdateTopicsInput
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