pub struct Support<'a> { /* private fields */ }Expand description
Represents details of support
Implementations§
Source§impl<'a> Support<'a>
impl<'a> Support<'a>
Sourcepub fn maturity(&self) -> SupportMaturity
pub fn maturity(&self) -> SupportMaturity
How mature is support?
Sourcepub fn requires_prefix(&self) -> bool
pub fn requires_prefix(&self) -> bool
Does support require a prefix?
Sourcepub fn disabled_by_default(&self) -> bool
pub fn disabled_by_default(&self) -> bool
Is support behind a flag or some other mechanism that isn’t normally enabled in a default install?
Trait Implementations§
impl<'a> Copy for Support<'a>
Auto Trait Implementations§
impl<'a> Freeze for Support<'a>
impl<'a> RefUnwindSafe for Support<'a>
impl<'a> Send for Support<'a>
impl<'a> Sync for Support<'a>
impl<'a> Unpin for Support<'a>
impl<'a> UnwindSafe for Support<'a>
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