pub struct ResolveAnimationParams<'a> { /* private fields */ }Expand description
Gets the remote object of the Animation.
Implementations§
Source§impl<'a> ResolveAnimationParams<'a>
impl<'a> ResolveAnimationParams<'a>
pub fn builder( animationId: impl Into<Cow<'a, str>>, ) -> ResolveAnimationParamsBuilder<'a>
pub fn animationId(&self) -> &str
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for ResolveAnimationParams<'a>
impl<'a> CdpCommand<'a> for ResolveAnimationParams<'a>
Source§impl<'a> Clone for ResolveAnimationParams<'a>
impl<'a> Clone for ResolveAnimationParams<'a>
Source§fn clone(&self) -> ResolveAnimationParams<'a>
fn clone(&self) -> ResolveAnimationParams<'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 ResolveAnimationParams<'a>
impl<'a> Debug for ResolveAnimationParams<'a>
Source§impl<'a> Default for ResolveAnimationParams<'a>
impl<'a> Default for ResolveAnimationParams<'a>
Source§fn default() -> ResolveAnimationParams<'a>
fn default() -> ResolveAnimationParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for ResolveAnimationParams<'a>
impl<'de, 'a> Deserialize<'de> for ResolveAnimationParams<'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 ResolveAnimationParams<'a>
impl<'a> RefUnwindSafe for ResolveAnimationParams<'a>
impl<'a> Send for ResolveAnimationParams<'a>
impl<'a> Sync for ResolveAnimationParams<'a>
impl<'a> Unpin for ResolveAnimationParams<'a>
impl<'a> UnsafeUnpin for ResolveAnimationParams<'a>
impl<'a> UnwindSafe for ResolveAnimationParams<'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