pub struct Meta {Show 14 fields
pub verifiable_password_authentication: bool,
pub ssh_key_fingerprints: SshKeyFingerprints,
pub ssh_keys: &'static [&'static str],
pub hooks: &'static [&'static str],
pub web: &'static [&'static str],
pub api: &'static [&'static str],
pub git: &'static [&'static str],
pub github_enterprise_importer: &'static [&'static str],
pub packages: &'static [&'static str],
pub pages: &'static [&'static str],
pub importer: &'static [&'static str],
pub actions: &'static [&'static str],
pub dependabot: &'static [&'static str],
pub domains: Domains,
}
Expand description
The root object of https://api.github.com/meta.
Fields§
§verifiable_password_authentication: bool
§ssh_key_fingerprints: SshKeyFingerprints
§ssh_keys: &'static [&'static str]
§hooks: &'static [&'static str]
§web: &'static [&'static str]
§api: &'static [&'static str]
§git: &'static [&'static str]
§github_enterprise_importer: &'static [&'static str]
§packages: &'static [&'static str]
§pages: &'static [&'static str]
§importer: &'static [&'static str]
§actions: &'static [&'static str]
§dependabot: &'static [&'static str]
§domains: Domains
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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