pub enum UrlNotificationsType {
UrlNotificationTypeUnspecified,
UPDATED,
DELETED,
}
Expand description
URL Notification Type UPDATE or DELETE
Variants§
Trait Implementations§
Source§impl Clone for UrlNotificationsType
impl Clone for UrlNotificationsType
Source§fn clone(&self) -> UrlNotificationsType
fn clone(&self) -> UrlNotificationsType
Returns a copy 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 UrlNotificationsType
impl Debug for UrlNotificationsType
Source§impl Default for UrlNotificationsType
impl Default for UrlNotificationsType
Source§fn default() -> UrlNotificationsType
fn default() -> UrlNotificationsType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UrlNotificationsType
impl<'de> Deserialize<'de> for UrlNotificationsType
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 Serialize for UrlNotificationsType
impl Serialize for UrlNotificationsType
Auto Trait Implementations§
impl Freeze for UrlNotificationsType
impl RefUnwindSafe for UrlNotificationsType
impl Send for UrlNotificationsType
impl Sync for UrlNotificationsType
impl Unpin for UrlNotificationsType
impl UnwindSafe for UrlNotificationsType
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