pub struct GetManifestIcons(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for GetManifestIcons
impl Clone for GetManifestIcons
Source§fn clone(&self) -> GetManifestIcons
fn clone(&self) -> GetManifestIcons
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 GetManifestIcons
impl Debug for GetManifestIcons
Source§impl<'de> Deserialize<'de> for GetManifestIcons
impl<'de> Deserialize<'de> for GetManifestIcons
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 GetManifestIcons
impl Method for GetManifestIcons
const NAME: &'static str = "Page.getManifestIcons"
type ReturnObject = GetManifestIconsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetManifestIcons
impl PartialEq for GetManifestIcons
Source§impl Serialize for GetManifestIcons
impl Serialize for GetManifestIcons
impl StructuralPartialEq for GetManifestIcons
Auto Trait Implementations§
impl Freeze for GetManifestIcons
impl RefUnwindSafe for GetManifestIcons
impl Send for GetManifestIcons
impl Sync for GetManifestIcons
impl Unpin for GetManifestIcons
impl UnwindSafe for GetManifestIcons
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