pub struct membersCanCreateInternalRepositories;Trait Implementations§
impl HasInputField<membersCanCreateInternalRepositories, Option<bool>> for UpdateEnterpriseMembersCanCreateRepositoriesSettingInput
Auto Trait Implementations§
impl Freeze for membersCanCreateInternalRepositories
impl RefUnwindSafe for membersCanCreateInternalRepositories
impl Send for membersCanCreateInternalRepositories
impl Sync for membersCanCreateInternalRepositories
impl Unpin for membersCanCreateInternalRepositories
impl UnwindSafe for membersCanCreateInternalRepositories
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