pub enum ClusterPendingTasksParts {
None,
}
Expand description
API parts for the Cluster Pending Tasks API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterPendingTasksParts
impl Clone for ClusterPendingTasksParts
Source§fn clone(&self) -> ClusterPendingTasksParts
fn clone(&self) -> ClusterPendingTasksParts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClusterPendingTasksParts
impl Debug for ClusterPendingTasksParts
Source§impl PartialEq for ClusterPendingTasksParts
impl PartialEq for ClusterPendingTasksParts
impl Eq for ClusterPendingTasksParts
impl StructuralPartialEq for ClusterPendingTasksParts
Auto Trait Implementations§
impl Freeze for ClusterPendingTasksParts
impl RefUnwindSafe for ClusterPendingTasksParts
impl Send for ClusterPendingTasksParts
impl Sync for ClusterPendingTasksParts
impl Unpin for ClusterPendingTasksParts
impl UnwindSafe for ClusterPendingTasksParts
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