pub struct ActionQuery {
pub wait: Option<bool>,
}Fields§
§wait: Option<bool>When true, wait until the native renderer publishes a newer frame.
Trait Implementations§
Source§impl Debug for ActionQuery
impl Debug for ActionQuery
Source§impl Default for ActionQuery
impl Default for ActionQuery
Source§fn default() -> ActionQuery
fn default() -> ActionQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionQuery
impl<'de> Deserialize<'de> for ActionQuery
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 Freeze for ActionQuery
impl RefUnwindSafe for ActionQuery
impl Send for ActionQuery
impl Sync for ActionQuery
impl Unpin for ActionQuery
impl UnsafeUnpin for ActionQuery
impl UnwindSafe for ActionQuery
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