pub enum PrerenderStatusUpdatedMethod {
PrerenderStatusUpdated,
}Variants§
PrerenderStatusUpdated
Trait Implementations§
Source§impl Clone for PrerenderStatusUpdatedMethod
impl Clone for PrerenderStatusUpdatedMethod
Source§fn clone(&self) -> PrerenderStatusUpdatedMethod
fn clone(&self) -> PrerenderStatusUpdatedMethod
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 PrerenderStatusUpdatedMethod
impl Debug for PrerenderStatusUpdatedMethod
Source§impl<'de> Deserialize<'de> for PrerenderStatusUpdatedMethod
impl<'de> Deserialize<'de> for PrerenderStatusUpdatedMethod
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 PrerenderStatusUpdatedMethod
impl PartialEq for PrerenderStatusUpdatedMethod
Source§fn eq(&self, other: &PrerenderStatusUpdatedMethod) -> bool
fn eq(&self, other: &PrerenderStatusUpdatedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrerenderStatusUpdatedMethod
Auto Trait Implementations§
impl Freeze for PrerenderStatusUpdatedMethod
impl RefUnwindSafe for PrerenderStatusUpdatedMethod
impl Send for PrerenderStatusUpdatedMethod
impl Sync for PrerenderStatusUpdatedMethod
impl Unpin for PrerenderStatusUpdatedMethod
impl UnsafeUnpin for PrerenderStatusUpdatedMethod
impl UnwindSafe for PrerenderStatusUpdatedMethod
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