pub struct ProcedureId(/* private fields */);Available on crate feature
router only.Implementations§
Trait Implementations§
Source§impl Clone for ProcedureId
impl Clone for ProcedureId
Source§fn clone(&self) -> ProcedureId
fn clone(&self) -> ProcedureId
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 moreimpl Copy for ProcedureId
Source§impl Debug for ProcedureId
impl Debug for ProcedureId
Source§impl Deserialize<'static> for ProcedureId
impl Deserialize<'static> for ProcedureId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProcedureId
Source§impl Hash for ProcedureId
impl Hash for ProcedureId
Source§impl PartialEq for ProcedureId
impl PartialEq for ProcedureId
Source§impl Serialize for ProcedureId
impl Serialize for ProcedureId
impl StructuralPartialEq for ProcedureId
Auto Trait Implementations§
impl Freeze for ProcedureId
impl RefUnwindSafe for ProcedureId
impl Send for ProcedureId
impl Sync for ProcedureId
impl Unpin for ProcedureId
impl UnsafeUnpin for ProcedureId
impl UnwindSafe for ProcedureId
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
impl<T> CloneAny for T
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.