pub struct GetResourceContentParams {
pub frame_id: Box<FrameId>,
pub url: String,
}Expand description
Returns content of the given resource. getResourceContent
Fields§
§frame_id: Box<FrameId>Frame id to get resource for.
url: StringURL of the resource to get content for.
Implementations§
Trait Implementations§
Source§impl Clone for GetResourceContentParams
impl Clone for GetResourceContentParams
Source§fn clone(&self) -> GetResourceContentParams
fn clone(&self) -> GetResourceContentParams
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 GetResourceContentParams
impl Debug for GetResourceContentParams
Source§impl<'de> Deserialize<'de> for GetResourceContentParams
impl<'de> Deserialize<'de> for GetResourceContentParams
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 GetResourceContentParams
impl PartialEq for GetResourceContentParams
Source§impl Serialize for GetResourceContentParams
impl Serialize for GetResourceContentParams
impl StructuralPartialEq for GetResourceContentParams
Auto Trait Implementations§
impl Freeze for GetResourceContentParams
impl RefUnwindSafe for GetResourceContentParams
impl Send for GetResourceContentParams
impl Sync for GetResourceContentParams
impl Unpin for GetResourceContentParams
impl UnsafeUnpin for GetResourceContentParams
impl UnwindSafe for GetResourceContentParams
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