pub struct ReferenceRegistrationOutcome {
pub status: ReferenceRegistrationStatus,
pub reference: ReferenceId,
}Fields§
§status: ReferenceRegistrationStatus§reference: ReferenceIdTrait Implementations§
Source§impl Clone for ReferenceRegistrationOutcome
impl Clone for ReferenceRegistrationOutcome
Source§fn clone(&self) -> ReferenceRegistrationOutcome
fn clone(&self) -> ReferenceRegistrationOutcome
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 ReferenceRegistrationOutcome
impl Debug for ReferenceRegistrationOutcome
impl Eq for ReferenceRegistrationOutcome
impl StructuralPartialEq for ReferenceRegistrationOutcome
Auto Trait Implementations§
impl Freeze for ReferenceRegistrationOutcome
impl RefUnwindSafe for ReferenceRegistrationOutcome
impl Send for ReferenceRegistrationOutcome
impl Sync for ReferenceRegistrationOutcome
impl Unpin for ReferenceRegistrationOutcome
impl UnsafeUnpin for ReferenceRegistrationOutcome
impl UnwindSafe for ReferenceRegistrationOutcome
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.