pub struct HostSupport { /* private fields */ }Expand description
The verdict on one host.
Implementations§
Source§impl HostSupport
impl HostSupport
Sourcepub const fn status(&self) -> SupportStatus
pub const fn status(&self) -> SupportStatus
Whether GitHub documents the pair without qualification.
Sourcepub fn warnings(&self) -> &[SupportWarning]
pub fn warnings(&self) -> &[SupportWarning]
Everything an operator should be told. Empty for a generally available pair.
Sourcepub const fn container_support(&self) -> ContainerSupport
pub const fn container_support(&self) -> ContainerSupport
Whether container actions and service containers work here.
Sourcepub const fn documented_releases(&self) -> &'static [DocumentedRelease]
pub const fn documented_releases(&self) -> &'static [DocumentedRelease]
The releases GitHub documents for this host’s operating system.
Trait Implementations§
Source§impl Clone for HostSupport
impl Clone for HostSupport
Source§fn clone(&self) -> HostSupport
fn clone(&self) -> HostSupport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostSupport
impl Debug for HostSupport
Source§impl Display for HostSupport
impl Display for HostSupport
impl Eq for HostSupport
Source§impl PartialEq for HostSupport
impl PartialEq for HostSupport
impl StructuralPartialEq for HostSupport
Auto Trait Implementations§
impl Freeze for HostSupport
impl RefUnwindSafe for HostSupport
impl Send for HostSupport
impl Sync for HostSupport
impl Unpin for HostSupport
impl UnsafeUnpin for HostSupport
impl UnwindSafe for HostSupport
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