pub struct SurfaceMenuIntent {
pub revision: u64,
pub surface_id: String,
pub action: SurfaceMenuAction,
pub value: Option<String>,
}Fields§
§revision: u64§surface_id: String§action: SurfaceMenuAction§value: Option<String>Trait Implementations§
Source§impl Clone for SurfaceMenuIntent
impl Clone for SurfaceMenuIntent
Source§fn clone(&self) -> SurfaceMenuIntent
fn clone(&self) -> SurfaceMenuIntent
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 Debug for SurfaceMenuIntent
impl Debug for SurfaceMenuIntent
Source§impl<'de> Deserialize<'de> for SurfaceMenuIntent
impl<'de> Deserialize<'de> for SurfaceMenuIntent
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
impl Eq for SurfaceMenuIntent
Source§impl PartialEq for SurfaceMenuIntent
impl PartialEq for SurfaceMenuIntent
Source§impl Serialize for SurfaceMenuIntent
impl Serialize for SurfaceMenuIntent
impl StructuralPartialEq for SurfaceMenuIntent
Auto Trait Implementations§
impl Freeze for SurfaceMenuIntent
impl RefUnwindSafe for SurfaceMenuIntent
impl Send for SurfaceMenuIntent
impl Sync for SurfaceMenuIntent
impl Unpin for SurfaceMenuIntent
impl UnsafeUnpin for SurfaceMenuIntent
impl UnwindSafe for SurfaceMenuIntent
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