pub struct HydrationCandidate {
pub id: String,
pub identifier: String,
pub updated_at: String,
pub state_type: String,
}Fields§
§id: String§identifier: String§updated_at: String§state_type: StringTrait Implementations§
Source§impl Clone for HydrationCandidate
impl Clone for HydrationCandidate
Source§fn clone(&self) -> HydrationCandidate
fn clone(&self) -> HydrationCandidate
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 HydrationCandidate
impl Debug for HydrationCandidate
impl Eq for HydrationCandidate
Source§impl PartialEq for HydrationCandidate
impl PartialEq for HydrationCandidate
impl StructuralPartialEq for HydrationCandidate
Auto Trait Implementations§
impl Freeze for HydrationCandidate
impl RefUnwindSafe for HydrationCandidate
impl Send for HydrationCandidate
impl Sync for HydrationCandidate
impl Unpin for HydrationCandidate
impl UnsafeUnpin for HydrationCandidate
impl UnwindSafe for HydrationCandidate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.