Struct workflow_nw::ipc::id::Id64
source · pub struct Id64(/* private fields */);Expand description
IPC message id represented by a u64 type
Trait Implementations§
source§impl BorshDeserialize for Id64
impl BorshDeserialize for Id64
source§impl BorshSerialize for Id64
impl BorshSerialize for Id64
source§impl<'de> Deserialize<'de> for Id64
impl<'de> Deserialize<'de> for Id64
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Id64
impl PartialEq for Id64
impl Eq for Id64
impl StructuralEq for Id64
impl StructuralPartialEq for Id64
Auto Trait Implementations§
impl RefUnwindSafe for Id64
impl Send for Id64
impl Sync for Id64
impl Unpin for Id64
impl UnwindSafe for Id64
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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