pub struct ReservationKey(pub String);Expand description
Reservation key for admitted inputs.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ReservationKey
impl Clone for ReservationKey
Source§fn clone(&self) -> ReservationKey
fn clone(&self) -> ReservationKey
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 ReservationKey
impl Debug for ReservationKey
Source§impl Hash for ReservationKey
impl Hash for ReservationKey
Source§impl PartialEq for ReservationKey
impl PartialEq for ReservationKey
Source§fn eq(&self, other: &ReservationKey) -> bool
fn eq(&self, other: &ReservationKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReservationKey
impl StructuralPartialEq for ReservationKey
Auto Trait Implementations§
impl Freeze for ReservationKey
impl RefUnwindSafe for ReservationKey
impl Send for ReservationKey
impl Sync for ReservationKey
impl Unpin for ReservationKey
impl UnsafeUnpin for ReservationKey
impl UnwindSafe for ReservationKey
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.