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