pub struct GetClusterConfigResponse {
pub config: Bytes,
}Fields§
§config: BytesTrait Implementations§
Source§impl Clone for GetClusterConfigResponse
impl Clone for GetClusterConfigResponse
Source§fn clone(&self) -> GetClusterConfigResponse
fn clone(&self) -> GetClusterConfigResponse
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 GetClusterConfigResponse
impl Debug for GetClusterConfigResponse
Source§impl Hash for GetClusterConfigResponse
impl Hash for GetClusterConfigResponse
Source§impl Ord for GetClusterConfigResponse
impl Ord for GetClusterConfigResponse
Source§fn cmp(&self, other: &GetClusterConfigResponse) -> Ordering
fn cmp(&self, other: &GetClusterConfigResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetClusterConfigResponse
impl PartialEq for GetClusterConfigResponse
Source§impl PartialOrd for GetClusterConfigResponse
impl PartialOrd for GetClusterConfigResponse
impl Eq for GetClusterConfigResponse
impl StructuralPartialEq for GetClusterConfigResponse
Auto Trait Implementations§
impl !Freeze for GetClusterConfigResponse
impl RefUnwindSafe for GetClusterConfigResponse
impl Send for GetClusterConfigResponse
impl Sync for GetClusterConfigResponse
impl Unpin for GetClusterConfigResponse
impl UnsafeUnpin for GetClusterConfigResponse
impl UnwindSafe for GetClusterConfigResponse
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