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