pub struct AlertType {
pub description: String,
pub id: String,
pub resource_uri: String,
}
Expand description
An AlertType
record from api/alert_type
.
Fields§
§description: String
§id: String
§resource_uri: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AlertType
impl<'de> Deserialize<'de> for AlertType
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 EndpointName for AlertType
impl EndpointName for AlertType
fn endpoint_name() -> &'static str
impl Eq for AlertType
impl StructuralPartialEq for AlertType
Auto Trait Implementations§
impl Freeze for AlertType
impl RefUnwindSafe for AlertType
impl Send for AlertType
impl Sync for AlertType
impl Unpin for AlertType
impl UnwindSafe for AlertType
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