pub struct EnterpriseRepositoryInfo;
Trait Implementations§
Source§impl HasField<id> for EnterpriseRepositoryInfo
impl HasField<id> for EnterpriseRepositoryInfo
Source§impl HasField<isPrivate> for EnterpriseRepositoryInfo
impl HasField<isPrivate> for EnterpriseRepositoryInfo
Source§impl HasField<name> for EnterpriseRepositoryInfo
impl HasField<name> for EnterpriseRepositoryInfo
Source§impl NamedType for EnterpriseRepositoryInfo
impl NamedType for EnterpriseRepositoryInfo
impl HasSubtype<EnterpriseRepositoryInfo> for Node
Auto Trait Implementations§
impl Freeze for EnterpriseRepositoryInfo
impl RefUnwindSafe for EnterpriseRepositoryInfo
impl Send for EnterpriseRepositoryInfo
impl Sync for EnterpriseRepositoryInfo
impl Unpin for EnterpriseRepositoryInfo
impl UnwindSafe for EnterpriseRepositoryInfo
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