pub struct EntriesStatus {
pub state: Option<StatusState>,
}Fields§
§state: Option<StatusState>Trait Implementations§
Source§impl Clone for EntriesStatus
impl Clone for EntriesStatus
Source§fn clone(&self) -> EntriesStatus
fn clone(&self) -> EntriesStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EntriesStatus
impl Debug for EntriesStatus
Source§impl Default for EntriesStatus
impl Default for EntriesStatus
Source§fn default() -> EntriesStatus
fn default() -> EntriesStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntriesStatus
impl<'de> Deserialize<'de> for EntriesStatus
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 EntriesStatus
impl PartialEq for EntriesStatus
Source§impl Serialize for EntriesStatus
impl Serialize for EntriesStatus
impl StructuralPartialEq for EntriesStatus
Auto Trait Implementations§
impl Freeze for EntriesStatus
impl RefUnwindSafe for EntriesStatus
impl Send for EntriesStatus
impl Sync for EntriesStatus
impl Unpin for EntriesStatus
impl UnsafeUnpin for EntriesStatus
impl UnwindSafe for EntriesStatus
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