pub struct HubActionsParams {
pub action_type: HubActionsTypes,
}
Fields§
§action_type: HubActionsTypes
Trait Implementations§
Source§impl Serialized for HubActionsParams
impl Serialized for HubActionsParams
Auto Trait Implementations§
impl Freeze for HubActionsParams
impl RefUnwindSafe for HubActionsParams
impl Send for HubActionsParams
impl Sync for HubActionsParams
impl Unpin for HubActionsParams
impl UnwindSafe for HubActionsParams
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