pub struct NodeActionRequest {
pub action: String,
pub node_uid: Option<u32>,
}
Expand description
Node action request
Fields§
§action: String
§node_uid: Option<u32>
Implementations§
Trait Implementations§
Source§impl Debug for NodeActionRequest
impl Debug for NodeActionRequest
Auto Trait Implementations§
impl Freeze for NodeActionRequest
impl RefUnwindSafe for NodeActionRequest
impl Send for NodeActionRequest
impl Sync for NodeActionRequest
impl Unpin for NodeActionRequest
impl UnwindSafe for NodeActionRequest
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