pub struct SetPrerenderingAllowedResult {}Trait Implementations§
Source§impl Clone for SetPrerenderingAllowedResult
impl Clone for SetPrerenderingAllowedResult
Source§fn clone(&self) -> SetPrerenderingAllowedResult
fn clone(&self) -> SetPrerenderingAllowedResult
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 SetPrerenderingAllowedResult
impl Debug for SetPrerenderingAllowedResult
Source§impl Default for SetPrerenderingAllowedResult
impl Default for SetPrerenderingAllowedResult
Source§fn default() -> SetPrerenderingAllowedResult
fn default() -> SetPrerenderingAllowedResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPrerenderingAllowedResult
impl<'de> Deserialize<'de> for SetPrerenderingAllowedResult
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 SetPrerenderingAllowedResult
impl PartialEq for SetPrerenderingAllowedResult
Source§fn eq(&self, other: &SetPrerenderingAllowedResult) -> bool
fn eq(&self, other: &SetPrerenderingAllowedResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for SetPrerenderingAllowedResult
impl TryFrom<Value> for SetPrerenderingAllowedResult
impl StructuralPartialEq for SetPrerenderingAllowedResult
Auto Trait Implementations§
impl Freeze for SetPrerenderingAllowedResult
impl RefUnwindSafe for SetPrerenderingAllowedResult
impl Send for SetPrerenderingAllowedResult
impl Sync for SetPrerenderingAllowedResult
impl Unpin for SetPrerenderingAllowedResult
impl UnsafeUnpin for SetPrerenderingAllowedResult
impl UnwindSafe for SetPrerenderingAllowedResult
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