pub struct AlertResponse {
pub id: String,
pub response: String,
}Fields§
§id: String§response: StringTrait Implementations§
Source§impl Clone for AlertResponse
impl Clone for AlertResponse
Source§fn clone(&self) -> AlertResponse
fn clone(&self) -> AlertResponse
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 AlertResponse
impl Debug for AlertResponse
Source§impl Default for AlertResponse
impl Default for AlertResponse
Source§impl<'de> Deserialize<'de> for AlertResponse
impl<'de> Deserialize<'de> for AlertResponse
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 AlertResponse
impl PartialEq for AlertResponse
Source§impl Serialize for AlertResponse
impl Serialize for AlertResponse
impl Message for AlertResponse
impl StructuralPartialEq for AlertResponse
Auto Trait Implementations§
impl Freeze for AlertResponse
impl RefUnwindSafe for AlertResponse
impl Send for AlertResponse
impl Sync for AlertResponse
impl Unpin for AlertResponse
impl UnwindSafe for AlertResponse
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