pub struct SemanticBackendStatus {
pub availability: SemanticBackendAvailability,
pub runtime: String,
pub reason: Option<String>,
}Fields§
§availability: SemanticBackendAvailability§runtime: String§reason: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for SemanticBackendStatus
impl Clone for SemanticBackendStatus
Source§fn clone(&self) -> SemanticBackendStatus
fn clone(&self) -> SemanticBackendStatus
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 SemanticBackendStatus
impl Debug for SemanticBackendStatus
Source§impl<'de> Deserialize<'de> for SemanticBackendStatus
impl<'de> Deserialize<'de> for SemanticBackendStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SemanticBackendStatus
impl PartialEq for SemanticBackendStatus
Source§impl Serialize for SemanticBackendStatus
impl Serialize for SemanticBackendStatus
impl Eq for SemanticBackendStatus
impl StructuralPartialEq for SemanticBackendStatus
Auto Trait Implementations§
impl Freeze for SemanticBackendStatus
impl RefUnwindSafe for SemanticBackendStatus
impl Send for SemanticBackendStatus
impl Sync for SemanticBackendStatus
impl Unpin for SemanticBackendStatus
impl UnsafeUnpin for SemanticBackendStatus
impl UnwindSafe for SemanticBackendStatus
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