pub struct AlertUrl {}Expand description
The REST API URL of the alert resource.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AlertUrl
impl<'de> Deserialize<'de> for AlertUrl
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 StructuralPartialEq for AlertUrl
Auto Trait Implementations§
impl Freeze for AlertUrl
impl RefUnwindSafe for AlertUrl
impl Send for AlertUrl
impl Sync for AlertUrl
impl Unpin for AlertUrl
impl UnwindSafe for AlertUrl
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