pub struct AxBackendCapabilityCheck {
pub message: String,
pub hint: Option<String>,
}Fields§
§message: String§hint: Option<String>Trait Implementations§
Source§impl Clone for AxBackendCapabilityCheck
impl Clone for AxBackendCapabilityCheck
Source§fn clone(&self) -> AxBackendCapabilityCheck
fn clone(&self) -> AxBackendCapabilityCheck
Returns a duplicate of the value. Read more
1.0.0 · 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 AxBackendCapabilityCheck
impl Debug for AxBackendCapabilityCheck
Source§impl PartialEq for AxBackendCapabilityCheck
impl PartialEq for AxBackendCapabilityCheck
impl Eq for AxBackendCapabilityCheck
impl StructuralPartialEq for AxBackendCapabilityCheck
Auto Trait Implementations§
impl Freeze for AxBackendCapabilityCheck
impl RefUnwindSafe for AxBackendCapabilityCheck
impl Send for AxBackendCapabilityCheck
impl Sync for AxBackendCapabilityCheck
impl Unpin for AxBackendCapabilityCheck
impl UnsafeUnpin for AxBackendCapabilityCheck
impl UnwindSafe for AxBackendCapabilityCheck
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