Struct github_meta::Domains
source · pub struct Domains {
pub website: &'static [&'static str],
pub codespaces: &'static [&'static str],
pub copilot: &'static [&'static str],
pub packages: &'static [&'static str],
}
Fields§
§website: &'static [&'static str]
§codespaces: &'static [&'static str]
§copilot: &'static [&'static str]
§packages: &'static [&'static str]
Trait Implementations§
Auto Trait Implementations§
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