pub enum AdRelatedStateUpdatedMethod {
AdRelatedStateUpdated,
}Variants§
AdRelatedStateUpdated
Trait Implementations§
Source§impl Clone for AdRelatedStateUpdatedMethod
impl Clone for AdRelatedStateUpdatedMethod
Source§fn clone(&self) -> AdRelatedStateUpdatedMethod
fn clone(&self) -> AdRelatedStateUpdatedMethod
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 AdRelatedStateUpdatedMethod
impl Debug for AdRelatedStateUpdatedMethod
Source§impl<'de> Deserialize<'de> for AdRelatedStateUpdatedMethod
impl<'de> Deserialize<'de> for AdRelatedStateUpdatedMethod
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 AdRelatedStateUpdatedMethod
Auto Trait Implementations§
impl Freeze for AdRelatedStateUpdatedMethod
impl RefUnwindSafe for AdRelatedStateUpdatedMethod
impl Send for AdRelatedStateUpdatedMethod
impl Sync for AdRelatedStateUpdatedMethod
impl Unpin for AdRelatedStateUpdatedMethod
impl UnsafeUnpin for AdRelatedStateUpdatedMethod
impl UnwindSafe for AdRelatedStateUpdatedMethod
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