pub enum ClusterRemoteInfoParts {
None,
}
Expand description
API parts for the Cluster Remote Info API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterRemoteInfoParts
impl Clone for ClusterRemoteInfoParts
Source§fn clone(&self) -> ClusterRemoteInfoParts
fn clone(&self) -> ClusterRemoteInfoParts
Returns a duplicate 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 ClusterRemoteInfoParts
impl Debug for ClusterRemoteInfoParts
Source§impl PartialEq for ClusterRemoteInfoParts
impl PartialEq for ClusterRemoteInfoParts
impl StructuralPartialEq for ClusterRemoteInfoParts
Auto Trait Implementations§
impl Freeze for ClusterRemoteInfoParts
impl RefUnwindSafe for ClusterRemoteInfoParts
impl Send for ClusterRemoteInfoParts
impl Sync for ClusterRemoteInfoParts
impl Unpin for ClusterRemoteInfoParts
impl UnwindSafe for ClusterRemoteInfoParts
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