pub struct GetFileInfoParams<'a> { /* private fields */ }Expand description
Returns file information for the given File wrapper.
Implementations§
Source§impl<'a> GetFileInfoParams<'a>
impl<'a> GetFileInfoParams<'a>
Sourcepub fn builder(object_id: RemoteObjectId<'a>) -> GetFileInfoParamsBuilder<'a>
pub fn builder(object_id: RemoteObjectId<'a>) -> GetFileInfoParamsBuilder<'a>
Creates a builder for this type with the required parameters:
object_id: JavaScript object id of the node wrapper.
Sourcepub fn object_id(&self) -> &RemoteObjectId<'a>
pub fn object_id(&self) -> &RemoteObjectId<'a>
JavaScript object id of the node wrapper.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetFileInfoParams<'a>
impl<'a> CdpCommand<'a> for GetFileInfoParams<'a>
Source§impl<'a> Clone for GetFileInfoParams<'a>
impl<'a> Clone for GetFileInfoParams<'a>
Source§fn clone(&self) -> GetFileInfoParams<'a>
fn clone(&self) -> GetFileInfoParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetFileInfoParams<'a>
impl<'a> Debug for GetFileInfoParams<'a>
Source§impl<'a> Default for GetFileInfoParams<'a>
impl<'a> Default for GetFileInfoParams<'a>
Source§fn default() -> GetFileInfoParams<'a>
fn default() -> GetFileInfoParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetFileInfoParams<'a>
impl<'de, 'a> Deserialize<'de> for GetFileInfoParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for GetFileInfoParams<'a>
impl<'a> RefUnwindSafe for GetFileInfoParams<'a>
impl<'a> Send for GetFileInfoParams<'a>
impl<'a> Sync for GetFileInfoParams<'a>
impl<'a> Unpin for GetFileInfoParams<'a>
impl<'a> UnsafeUnpin for GetFileInfoParams<'a>
impl<'a> UnwindSafe for GetFileInfoParams<'a>
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