pub struct GetLonghandProperties {
pub method: GetLonghandPropertiesMethod,
pub params: GetLonghandPropertiesParams,
}Fields§
§method: GetLonghandPropertiesMethod§params: GetLonghandPropertiesParamsImplementations§
Source§impl GetLonghandProperties
impl GetLonghandProperties
pub fn builder() -> GetLonghandPropertiesBuilder
Source§impl GetLonghandProperties
impl GetLonghandProperties
pub const IDENTIFIER: &'static str = "CSS.getLonghandProperties"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetLonghandProperties
impl Clone for GetLonghandProperties
Source§fn clone(&self) -> GetLonghandProperties
fn clone(&self) -> GetLonghandProperties
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 CommandResult for GetLonghandProperties
impl CommandResult for GetLonghandProperties
type Result = GetLonghandPropertiesResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetLonghandProperties
impl Debug for GetLonghandProperties
Source§impl<'de> Deserialize<'de> for GetLonghandProperties
impl<'de> Deserialize<'de> for GetLonghandProperties
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 From<GetLonghandProperties> for BrowserProtocolCommands
impl From<GetLonghandProperties> for BrowserProtocolCommands
Source§fn from(v: GetLonghandProperties) -> Self
fn from(v: GetLonghandProperties) -> Self
Converts to this type from the input type.
Source§impl From<GetLonghandProperties> for Command
impl From<GetLonghandProperties> for Command
Source§fn from(v: GetLonghandProperties) -> Self
fn from(v: GetLonghandProperties) -> Self
Converts to this type from the input type.
Source§impl From<GetLonghandProperties> for CssCommands
impl From<GetLonghandProperties> for CssCommands
Source§fn from(v: GetLonghandProperties) -> Self
fn from(v: GetLonghandProperties) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetLonghandProperties
impl PartialEq for GetLonghandProperties
Source§impl Serialize for GetLonghandProperties
impl Serialize for GetLonghandProperties
Source§impl TryFrom<BrowserProtocolCommands> for GetLonghandProperties
impl TryFrom<BrowserProtocolCommands> for GetLonghandProperties
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetLonghandProperties as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetLonghandProperties as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetLonghandProperties
impl TryFrom<Command> for GetLonghandProperties
Source§impl TryFrom<CssCommands> for GetLonghandProperties
impl TryFrom<CssCommands> for GetLonghandProperties
Source§type Error = CssCommands
type Error = CssCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: CssCommands,
) -> Result<Self, <GetLonghandProperties as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetLonghandProperties as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetLonghandProperties
Auto Trait Implementations§
impl Freeze for GetLonghandProperties
impl RefUnwindSafe for GetLonghandProperties
impl Send for GetLonghandProperties
impl Sync for GetLonghandProperties
impl Unpin for GetLonghandProperties
impl UnsafeUnpin for GetLonghandProperties
impl UnwindSafe for GetLonghandProperties
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