pub struct HubActionRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HubActionRequest
impl Clone for HubActionRequest
Source§fn clone(&self) -> HubActionRequest
fn clone(&self) -> HubActionRequest
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 moreimpl Copy for HubActionRequest
Source§impl Debug for HubActionRequest
impl Debug for HubActionRequest
impl Eq for HubActionRequest
Source§impl PartialEq for HubActionRequest
impl PartialEq for HubActionRequest
impl StructuralPartialEq for HubActionRequest
Auto Trait Implementations§
impl Freeze for HubActionRequest
impl RefUnwindSafe for HubActionRequest
impl Send for HubActionRequest
impl Sync for HubActionRequest
impl Unpin for HubActionRequest
impl UnsafeUnpin for HubActionRequest
impl UnwindSafe for HubActionRequest
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