pub struct DomainState {
pub status: String,
pub operation: String,
pub last_action_date_time: String,
}
Fields§
§status: String
§operation: String
§last_action_date_time: String
Trait Implementations§
Source§impl Clone for DomainState
impl Clone for DomainState
Source§fn clone(&self) -> DomainState
fn clone(&self) -> DomainState
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 DomainState
impl Debug for DomainState
Source§impl<'de> Deserialize<'de> for DomainState
impl<'de> Deserialize<'de> for DomainState
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 DomainState
impl PartialEq for DomainState
Source§impl Serialize for DomainState
impl Serialize for DomainState
impl Eq for DomainState
impl StructuralPartialEq for DomainState
Auto Trait Implementations§
impl Freeze for DomainState
impl RefUnwindSafe for DomainState
impl Send for DomainState
impl Sync for DomainState
impl Unpin for DomainState
impl UnwindSafe for DomainState
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