pub struct StateEntryDto {
pub cluster_node_address: Option<String>,
pub cluster_node_id: Option<String>,
pub key: Option<String>,
pub value: Option<String>,
}Fields§
§cluster_node_address: Option<String>§cluster_node_id: Option<String>§key: Option<String>§value: Option<String>Trait Implementations§
Source§impl Clone for StateEntryDto
impl Clone for StateEntryDto
Source§fn clone(&self) -> StateEntryDto
fn clone(&self) -> StateEntryDto
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 StateEntryDto
impl Debug for StateEntryDto
Source§impl Default for StateEntryDto
impl Default for StateEntryDto
Source§fn default() -> StateEntryDto
fn default() -> StateEntryDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StateEntryDto
impl<'de> Deserialize<'de> for StateEntryDto
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 From<StateEntryDto> for StateEntryDto
impl From<StateEntryDto> for StateEntryDto
Source§fn from(v: StateEntryDto) -> Self
fn from(v: StateEntryDto) -> Self
Converts to this type from the input type.
Source§impl From<StateEntryDto> for StateEntryDto
impl From<StateEntryDto> for StateEntryDto
Source§fn from(v: StateEntryDto) -> Self
fn from(v: StateEntryDto) -> Self
Converts to this type from the input type.
Source§impl From<StateEntryDto> for StateEntryDto
impl From<StateEntryDto> for StateEntryDto
Source§fn from(v: StateEntryDto) -> Self
fn from(v: StateEntryDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StateEntryDto
impl RefUnwindSafe for StateEntryDto
impl Send for StateEntryDto
impl Sync for StateEntryDto
impl Unpin for StateEntryDto
impl UnsafeUnpin for StateEntryDto
impl UnwindSafe for StateEntryDto
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