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