pub struct ExpectedDiagnosticSubscription {
pub id: String,
pub table: String,
}Fields§
§id: String§table: StringTrait Implementations§
Source§impl Clone for ExpectedDiagnosticSubscription
impl Clone for ExpectedDiagnosticSubscription
Source§fn clone(&self) -> ExpectedDiagnosticSubscription
fn clone(&self) -> ExpectedDiagnosticSubscription
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<'de> Deserialize<'de> for ExpectedDiagnosticSubscription
impl<'de> Deserialize<'de> for ExpectedDiagnosticSubscription
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
impl Eq for ExpectedDiagnosticSubscription
impl StructuralPartialEq for ExpectedDiagnosticSubscription
Auto Trait Implementations§
impl Freeze for ExpectedDiagnosticSubscription
impl RefUnwindSafe for ExpectedDiagnosticSubscription
impl Send for ExpectedDiagnosticSubscription
impl Sync for ExpectedDiagnosticSubscription
impl Unpin for ExpectedDiagnosticSubscription
impl UnsafeUnpin for ExpectedDiagnosticSubscription
impl UnwindSafe for ExpectedDiagnosticSubscription
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