pub struct Domains {
pub website: &'static [&'static str],
pub codespaces: &'static [&'static str],
pub copilot: &'static [&'static str],
pub packages: &'static [&'static str],
}
Expand description
The domains
object of https://api.github.com/meta.
Fields§
§website: &'static [&'static str]
§codespaces: &'static [&'static str]
§copilot: &'static [&'static str]
§packages: &'static [&'static str]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Domains
impl RefUnwindSafe for Domains
impl Send for Domains
impl Sync for Domains
impl Unpin for Domains
impl UnwindSafe for Domains
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