pub struct UpdateCmds {
pub cmds: Vec<String>,
pub plugin: String,
pub view_id: ViewId,
}
Fields§
§cmds: Vec<String>
§plugin: String
§view_id: ViewId
Trait Implementations§
Source§impl Debug for UpdateCmds
impl Debug for UpdateCmds
Source§impl<'de> Deserialize<'de> for UpdateCmds
impl<'de> Deserialize<'de> for UpdateCmds
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 PartialEq for UpdateCmds
impl PartialEq for UpdateCmds
Source§impl Serialize for UpdateCmds
impl Serialize for UpdateCmds
impl StructuralPartialEq for UpdateCmds
Auto Trait Implementations§
impl Freeze for UpdateCmds
impl RefUnwindSafe for UpdateCmds
impl Send for UpdateCmds
impl Sync for UpdateCmds
impl Unpin for UpdateCmds
impl UnwindSafe for UpdateCmds
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