pub struct SetPrerenderingAllowed {
pub is_allowed: bool,
}Fields§
§is_allowed: boolTrait Implementations§
Source§impl Clone for SetPrerenderingAllowed
impl Clone for SetPrerenderingAllowed
Source§fn clone(&self) -> SetPrerenderingAllowed
fn clone(&self) -> SetPrerenderingAllowed
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 SetPrerenderingAllowed
impl Debug for SetPrerenderingAllowed
Source§impl<'de> Deserialize<'de> for SetPrerenderingAllowed
impl<'de> Deserialize<'de> for SetPrerenderingAllowed
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 Method for SetPrerenderingAllowed
impl Method for SetPrerenderingAllowed
const NAME: &'static str = "Page.setPrerenderingAllowed"
type ReturnObject = SetPrerenderingAllowedReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetPrerenderingAllowed
impl PartialEq for SetPrerenderingAllowed
Source§impl Serialize for SetPrerenderingAllowed
impl Serialize for SetPrerenderingAllowed
impl StructuralPartialEq for SetPrerenderingAllowed
Auto Trait Implementations§
impl Freeze for SetPrerenderingAllowed
impl RefUnwindSafe for SetPrerenderingAllowed
impl Send for SetPrerenderingAllowed
impl Sync for SetPrerenderingAllowed
impl Unpin for SetPrerenderingAllowed
impl UnwindSafe for SetPrerenderingAllowed
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