pub struct SetPaused {
pub animations: Vec<String>,
pub paused: bool,
}Fields§
§animations: Vec<String>§paused: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for SetPaused
impl<'de> Deserialize<'de> for SetPaused
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 SetPaused
impl Method for SetPaused
const NAME: &'static str = "Animation.setPaused"
type ReturnObject = SetPausedReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for SetPaused
Auto Trait Implementations§
impl Freeze for SetPaused
impl RefUnwindSafe for SetPaused
impl Send for SetPaused
impl Sync for SetPaused
impl Unpin for SetPaused
impl UnwindSafe for SetPaused
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