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