Skip to main content

CssCommands

Enum CssCommands 

Source
pub enum CssCommands {
Show 37 variants AddRule(AddRule), CollectClassNames(CollectClassNames), CreateStyleSheet(CreateStyleSheet), Disable(Disable), Enable(Enable), ForcePseudoState(ForcePseudoState), ForceStartingStyle(ForceStartingStyle), GetBackgroundColors(GetBackgroundColors), GetComputedStyleForNode(GetComputedStyleForNode), ResolveValues(ResolveValues), GetLonghandProperties(GetLonghandProperties), GetInlineStylesForNode(GetInlineStylesForNode), GetAnimatedStylesForNode(GetAnimatedStylesForNode), GetMatchedStylesForNode(GetMatchedStylesForNode), GetEnvironmentVariables(GetEnvironmentVariables), GetMediaQueries(GetMediaQueries), GetPlatformFontsForNode(GetPlatformFontsForNode), GetStyleSheetText(GetStyleSheetText), GetLayersForNode(GetLayersForNode), GetLocationForSelector(GetLocationForSelector), TrackComputedStyleUpdatesForNode(TrackComputedStyleUpdatesForNode), TrackComputedStyleUpdates(TrackComputedStyleUpdates), TakeComputedStyleUpdates(TakeComputedStyleUpdates), SetEffectivePropertyValueForNode(SetEffectivePropertyValueForNode), SetPropertyRulePropertyName(SetPropertyRulePropertyName), SetKeyframeKey(SetKeyframeKey), SetMediaText(SetMediaText), SetContainerQueryText(SetContainerQueryText), SetSupportsText(SetSupportsText), SetScopeText(SetScopeText), SetRuleSelector(SetRuleSelector), SetStyleSheetText(SetStyleSheetText), SetStyleTexts(SetStyleTexts), StartRuleUsageTracking(StartRuleUsageTracking), StopRuleUsageTracking(StopRuleUsageTracking), TakeCoverageDelta(TakeCoverageDelta), SetLocalFontsEnabled(SetLocalFontsEnabled),
}

Variants§

§

AddRule(AddRule)

§

CollectClassNames(CollectClassNames)

§

CreateStyleSheet(CreateStyleSheet)

§

Disable(Disable)

§

Enable(Enable)

§

ForcePseudoState(ForcePseudoState)

§

ForceStartingStyle(ForceStartingStyle)

§

GetBackgroundColors(GetBackgroundColors)

§

GetComputedStyleForNode(GetComputedStyleForNode)

§

ResolveValues(ResolveValues)

§

GetLonghandProperties(GetLonghandProperties)

§

GetInlineStylesForNode(GetInlineStylesForNode)

§

GetAnimatedStylesForNode(GetAnimatedStylesForNode)

§

GetMatchedStylesForNode(GetMatchedStylesForNode)

§

GetEnvironmentVariables(GetEnvironmentVariables)

§

GetMediaQueries(GetMediaQueries)

§

GetPlatformFontsForNode(GetPlatformFontsForNode)

§

GetStyleSheetText(GetStyleSheetText)

§

GetLayersForNode(GetLayersForNode)

§

GetLocationForSelector(GetLocationForSelector)

§

TrackComputedStyleUpdatesForNode(TrackComputedStyleUpdatesForNode)

§

TrackComputedStyleUpdates(TrackComputedStyleUpdates)

§

TakeComputedStyleUpdates(TakeComputedStyleUpdates)

§

SetEffectivePropertyValueForNode(SetEffectivePropertyValueForNode)

§

SetPropertyRulePropertyName(SetPropertyRulePropertyName)

§

SetKeyframeKey(SetKeyframeKey)

§

SetMediaText(SetMediaText)

§

SetContainerQueryText(SetContainerQueryText)

§

SetSupportsText(SetSupportsText)

§

SetScopeText(SetScopeText)

§

SetRuleSelector(SetRuleSelector)

§

SetStyleSheetText(SetStyleSheetText)

§

SetStyleTexts(SetStyleTexts)

§

StartRuleUsageTracking(StartRuleUsageTracking)

§

StopRuleUsageTracking(StopRuleUsageTracking)

§

TakeCoverageDelta(TakeCoverageDelta)

§

SetLocalFontsEnabled(SetLocalFontsEnabled)

Implementations§

Source§

impl CssCommands

Source

pub fn identifier(&self) -> &'static str

Trait Implementations§

Source§

impl Clone for CssCommands

Source§

fn clone(&self) -> CssCommands

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CssCommands

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for CssCommands

Source§

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<AddRule> for CssCommands

Source§

fn from(v: AddRule) -> Self

Converts to this type from the input type.
Source§

impl From<CollectClassNames> for CssCommands

Source§

fn from(v: CollectClassNames) -> Self

Converts to this type from the input type.
Source§

impl From<CreateStyleSheet> for CssCommands

Source§

fn from(v: CreateStyleSheet) -> Self

Converts to this type from the input type.
Source§

impl From<CssCommands> for BrowserProtocolCommands

Source§

fn from(v: CssCommands) -> Self

Converts to this type from the input type.
Source§

impl From<CssCommands> for Command

Source§

fn from(v: CssCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for CssCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for CssCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<ForcePseudoState> for CssCommands

Source§

fn from(v: ForcePseudoState) -> Self

Converts to this type from the input type.
Source§

impl From<ForceStartingStyle> for CssCommands

Source§

fn from(v: ForceStartingStyle) -> Self

Converts to this type from the input type.
Source§

impl From<GetAnimatedStylesForNode> for CssCommands

Source§

fn from(v: GetAnimatedStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetBackgroundColors> for CssCommands

Source§

fn from(v: GetBackgroundColors) -> Self

Converts to this type from the input type.
Source§

impl From<GetComputedStyleForNode> for CssCommands

Source§

fn from(v: GetComputedStyleForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetEnvironmentVariables> for CssCommands

Source§

fn from(v: GetEnvironmentVariables) -> Self

Converts to this type from the input type.
Source§

impl From<GetInlineStylesForNode> for CssCommands

Source§

fn from(v: GetInlineStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetLayersForNode> for CssCommands

Source§

fn from(v: GetLayersForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetLocationForSelector> for CssCommands

Source§

fn from(v: GetLocationForSelector) -> Self

Converts to this type from the input type.
Source§

impl From<GetLonghandProperties> for CssCommands

Source§

fn from(v: GetLonghandProperties) -> Self

Converts to this type from the input type.
Source§

impl From<GetMatchedStylesForNode> for CssCommands

Source§

fn from(v: GetMatchedStylesForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetMediaQueries> for CssCommands

Source§

fn from(v: GetMediaQueries) -> Self

Converts to this type from the input type.
Source§

impl From<GetPlatformFontsForNode> for CssCommands

Source§

fn from(v: GetPlatformFontsForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetStyleSheetText> for CssCommands

Source§

fn from(v: GetStyleSheetText) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveValues> for CssCommands

Source§

fn from(v: ResolveValues) -> Self

Converts to this type from the input type.
Source§

impl From<SetContainerQueryText> for CssCommands

Source§

fn from(v: SetContainerQueryText) -> Self

Converts to this type from the input type.
Source§

impl From<SetEffectivePropertyValueForNode> for CssCommands

Source§

fn from(v: SetEffectivePropertyValueForNode) -> Self

Converts to this type from the input type.
Source§

impl From<SetKeyframeKey> for CssCommands

Source§

fn from(v: SetKeyframeKey) -> Self

Converts to this type from the input type.
Source§

impl From<SetLocalFontsEnabled> for CssCommands

Source§

fn from(v: SetLocalFontsEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetMediaText> for CssCommands

Source§

fn from(v: SetMediaText) -> Self

Converts to this type from the input type.
Source§

impl From<SetPropertyRulePropertyName> for CssCommands

Source§

fn from(v: SetPropertyRulePropertyName) -> Self

Converts to this type from the input type.
Source§

impl From<SetRuleSelector> for CssCommands

Source§

fn from(v: SetRuleSelector) -> Self

Converts to this type from the input type.
Source§

impl From<SetScopeText> for CssCommands

Source§

fn from(v: SetScopeText) -> Self

Converts to this type from the input type.
Source§

impl From<SetStyleSheetText> for CssCommands

Source§

fn from(v: SetStyleSheetText) -> Self

Converts to this type from the input type.
Source§

impl From<SetStyleTexts> for CssCommands

Source§

fn from(v: SetStyleTexts) -> Self

Converts to this type from the input type.
Source§

impl From<SetSupportsText> for CssCommands

Source§

fn from(v: SetSupportsText) -> Self

Converts to this type from the input type.
Source§

impl From<StartRuleUsageTracking> for CssCommands

Source§

fn from(v: StartRuleUsageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<StopRuleUsageTracking> for CssCommands

Source§

fn from(v: StopRuleUsageTracking) -> Self

Converts to this type from the input type.
Source§

impl From<TakeComputedStyleUpdates> for CssCommands

Source§

fn from(v: TakeComputedStyleUpdates) -> Self

Converts to this type from the input type.
Source§

impl From<TakeCoverageDelta> for CssCommands

Source§

fn from(v: TakeCoverageDelta) -> Self

Converts to this type from the input type.
Source§

impl From<TrackComputedStyleUpdates> for CssCommands

Source§

fn from(v: TrackComputedStyleUpdates) -> Self

Converts to this type from the input type.
Source§

impl From<TrackComputedStyleUpdatesForNode> for CssCommands

Source§

fn from(v: TrackComputedStyleUpdatesForNode) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for CssCommands

Source§

fn eq(&self, other: &CssCommands) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for CssCommands

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<BrowserProtocolCommands> for CssCommands

Source§

type Error = BrowserProtocolCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <CssCommands as TryFrom<BrowserProtocolCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<Command> for CssCommands

Source§

type Error = Command

The type returned in the event of a conversion error.
Source§

fn try_from( e: Command, ) -> Result<Self, <CssCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for AddRule

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <AddRule as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for CollectClassNames

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <CollectClassNames as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for CreateStyleSheet

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <CreateStyleSheet as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for Disable

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <Disable as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for Enable

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <Enable as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for ForcePseudoState

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <ForcePseudoState as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for ForceStartingStyle

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <ForceStartingStyle as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetAnimatedStylesForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetBackgroundColors

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetBackgroundColors as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetComputedStyleForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetComputedStyleForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetEnvironmentVariables

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetEnvironmentVariables as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetInlineStylesForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetInlineStylesForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetLayersForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetLayersForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetLocationForSelector

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetLocationForSelector as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetLonghandProperties

Source§

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>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetMatchedStylesForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetMatchedStylesForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetMediaQueries

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetMediaQueries as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetPlatformFontsForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetPlatformFontsForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for GetStyleSheetText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <GetStyleSheetText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for ResolveValues

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <ResolveValues as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetContainerQueryText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetContainerQueryText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetEffectivePropertyValueForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetKeyframeKey

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetKeyframeKey as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetLocalFontsEnabled

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetLocalFontsEnabled as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetMediaText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetMediaText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetPropertyRulePropertyName

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetPropertyRulePropertyName as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetRuleSelector

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetRuleSelector as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetScopeText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetScopeText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetStyleSheetText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetStyleSheetText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetStyleTexts

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetStyleTexts as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for SetSupportsText

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <SetSupportsText as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for StartRuleUsageTracking

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <StartRuleUsageTracking as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for StopRuleUsageTracking

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <StopRuleUsageTracking as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for TakeComputedStyleUpdates

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <TakeComputedStyleUpdates as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for TakeCoverageDelta

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <TakeCoverageDelta as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for TrackComputedStyleUpdates

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <TrackComputedStyleUpdates as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl TryFrom<CssCommands> for TrackComputedStyleUpdatesForNode

Source§

type Error = CssCommands

The type returned in the event of a conversion error.
Source§

fn try_from( e: CssCommands, ) -> Result<Self, <TrackComputedStyleUpdatesForNode as TryFrom<CssCommands>>::Error>

Performs the conversion.
Source§

impl StructuralPartialEq for CssCommands

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,