pub struct OperationId(pub Uuid);Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for OperationId
impl Clone for OperationId
Source§fn clone(&self) -> OperationId
fn clone(&self) -> OperationId
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 OperationId
Source§impl Debug for OperationId
impl Debug for OperationId
Source§impl Default for OperationId
impl Default for OperationId
Source§fn default() -> OperationId
fn default() -> OperationId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperationId
impl<'de> Deserialize<'de> for OperationId
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperationId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OperationId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OperationId
impl Display for OperationId
impl Eq for OperationId
Source§impl FromStr for OperationId
impl FromStr for OperationId
Source§type Err = OperationIdParseError
type Err = OperationIdParseError
The associated error which can be returned from parsing.
Source§fn from_str(s: &str) -> Result<OperationId, <OperationId as FromStr>::Err>
fn from_str(s: &str) -> Result<OperationId, <OperationId as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§impl Hash for OperationId
impl Hash for OperationId
Source§impl PartialEq for OperationId
impl PartialEq for OperationId
Source§impl Serialize for OperationId
impl Serialize for OperationId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for OperationId
Auto Trait Implementations§
impl Freeze for OperationId
impl RefUnwindSafe for OperationId
impl Send for OperationId
impl Sync for OperationId
impl Unpin for OperationId
impl UnsafeUnpin for OperationId
impl UnwindSafe for OperationId
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