pub struct ClientOrderId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ClientOrderId
impl AsRef<str> for ClientOrderId
Source§impl Clone for ClientOrderId
impl Clone for ClientOrderId
Source§fn clone(&self) -> ClientOrderId
fn clone(&self) -> ClientOrderId
Returns a duplicate of the value. Read more
1.0.0 · 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 ClientOrderId
impl Debug for ClientOrderId
Source§impl<'de> Deserialize<'de> for ClientOrderId
impl<'de> Deserialize<'de> for ClientOrderId
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ClientOrderId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ClientOrderId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ClientOrderId
impl Display for ClientOrderId
Source§impl From<&str> for ClientOrderId
impl From<&str> for ClientOrderId
Source§fn from(value: &str) -> ClientOrderId
fn from(value: &str) -> ClientOrderId
Converts to this type from the input type.
Source§impl From<String> for ClientOrderId
impl From<String> for ClientOrderId
Source§fn from(value: String) -> ClientOrderId
fn from(value: String) -> ClientOrderId
Converts to this type from the input type.
Source§impl Hash for ClientOrderId
impl Hash for ClientOrderId
Source§impl Ord for ClientOrderId
impl Ord for ClientOrderId
Source§fn cmp(&self, other: &ClientOrderId) -> Ordering
fn cmp(&self, other: &ClientOrderId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClientOrderId
impl PartialEq for ClientOrderId
Source§impl PartialOrd for ClientOrderId
impl PartialOrd for ClientOrderId
Source§impl Serialize for ClientOrderId
impl Serialize for ClientOrderId
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 Eq for ClientOrderId
impl StructuralPartialEq for ClientOrderId
Auto Trait Implementations§
impl Freeze for ClientOrderId
impl RefUnwindSafe for ClientOrderId
impl Send for ClientOrderId
impl Sync for ClientOrderId
impl Unpin for ClientOrderId
impl UnsafeUnpin for ClientOrderId
impl UnwindSafe for ClientOrderId
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.