pub struct SetAdminQuorumThresholdResponse {
pub message: String,
}
Fields§
§message: String
The message which indicates the result of the operation.
Implementations§
Source§impl SetAdminQuorumThresholdResponse
impl SetAdminQuorumThresholdResponse
pub fn new(message: String) -> SetAdminQuorumThresholdResponse
Trait Implementations§
Source§impl Clone for SetAdminQuorumThresholdResponse
impl Clone for SetAdminQuorumThresholdResponse
Source§fn clone(&self) -> SetAdminQuorumThresholdResponse
fn clone(&self) -> SetAdminQuorumThresholdResponse
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 Default for SetAdminQuorumThresholdResponse
impl Default for SetAdminQuorumThresholdResponse
Source§fn default() -> SetAdminQuorumThresholdResponse
fn default() -> SetAdminQuorumThresholdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAdminQuorumThresholdResponse
impl<'de> Deserialize<'de> for SetAdminQuorumThresholdResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetAdminQuorumThresholdResponse
impl PartialEq for SetAdminQuorumThresholdResponse
Source§fn eq(&self, other: &SetAdminQuorumThresholdResponse) -> bool
fn eq(&self, other: &SetAdminQuorumThresholdResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetAdminQuorumThresholdResponse
Auto Trait Implementations§
impl Freeze for SetAdminQuorumThresholdResponse
impl RefUnwindSafe for SetAdminQuorumThresholdResponse
impl Send for SetAdminQuorumThresholdResponse
impl Sync for SetAdminQuorumThresholdResponse
impl Unpin for SetAdminQuorumThresholdResponse
impl UnwindSafe for SetAdminQuorumThresholdResponse
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