pub struct RecordedHubResolution {
pub database_url: String,
pub identity_status: RecordedHubIdentityStatus,
}Fields§
§database_url: String§identity_status: RecordedHubIdentityStatusTrait Implementations§
Source§impl Clone for RecordedHubResolution
impl Clone for RecordedHubResolution
Source§fn clone(&self) -> RecordedHubResolution
fn clone(&self) -> RecordedHubResolution
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 RecordedHubResolution
impl Debug for RecordedHubResolution
impl Eq for RecordedHubResolution
Source§impl PartialEq for RecordedHubResolution
impl PartialEq for RecordedHubResolution
Source§fn eq(&self, other: &RecordedHubResolution) -> bool
fn eq(&self, other: &RecordedHubResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecordedHubResolution
Auto Trait Implementations§
impl Freeze for RecordedHubResolution
impl RefUnwindSafe for RecordedHubResolution
impl Send for RecordedHubResolution
impl Sync for RecordedHubResolution
impl Unpin for RecordedHubResolution
impl UnsafeUnpin for RecordedHubResolution
impl UnwindSafe for RecordedHubResolution
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.