pub struct SetFeedbackLayoutPayload {
pub layout: String,
}Expand description
A layout update message.
Fields§
§layout: StringA predefined layout identifier or the relative path to a JSON file that contains a custom layout.
Trait Implementations§
Source§impl Debug for SetFeedbackLayoutPayload
impl Debug for SetFeedbackLayoutPayload
Source§impl<'de> Deserialize<'de> for SetFeedbackLayoutPayload
impl<'de> Deserialize<'de> for SetFeedbackLayoutPayload
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 SetFeedbackLayoutPayload
impl RefUnwindSafe for SetFeedbackLayoutPayload
impl Send for SetFeedbackLayoutPayload
impl Sync for SetFeedbackLayoutPayload
impl Unpin for SetFeedbackLayoutPayload
impl UnsafeUnpin for SetFeedbackLayoutPayload
impl UnwindSafe for SetFeedbackLayoutPayload
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