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