pub struct ResolveAnimation {
pub animation_id: String,
}Fields§
§animation_id: StringTrait Implementations§
Source§impl Clone for ResolveAnimation
impl Clone for ResolveAnimation
Source§fn clone(&self) -> ResolveAnimation
fn clone(&self) -> ResolveAnimation
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 ResolveAnimation
impl Debug for ResolveAnimation
Source§impl<'de> Deserialize<'de> for ResolveAnimation
impl<'de> Deserialize<'de> for ResolveAnimation
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 ResolveAnimation
impl Method for ResolveAnimation
const NAME: &'static str = "Animation.resolveAnimation"
type ReturnObject = ResolveAnimationReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ResolveAnimation
impl PartialEq for ResolveAnimation
Source§impl Serialize for ResolveAnimation
impl Serialize for ResolveAnimation
impl StructuralPartialEq for ResolveAnimation
Auto Trait Implementations§
impl Freeze for ResolveAnimation
impl RefUnwindSafe for ResolveAnimation
impl Send for ResolveAnimation
impl Sync for ResolveAnimation
impl Unpin for ResolveAnimation
impl UnwindSafe for ResolveAnimation
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