pub struct MessageRef(/* private fields */);Expand description
EDIFACT message reference.
Corresponds to the BGM/C106 reference number in UTILMD, APERAK, MSCONS, and REMADV messages. Used to correlate responses back to the originating message and to detect duplicate deliveries. EDIFACT message reference (BGM/C106 document number)
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MessageRef
impl AsRef<str> for MessageRef
Source§impl Clone for MessageRef
impl Clone for MessageRef
Source§fn clone(&self) -> MessageRef
fn clone(&self) -> MessageRef
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 MessageRef
impl Debug for MessageRef
Source§impl<'de> Deserialize<'de> for MessageRef
impl<'de> Deserialize<'de> for MessageRef
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 Display for MessageRef
impl Display for MessageRef
impl Eq for MessageRef
Source§impl From<&str> for MessageRef
impl From<&str> for MessageRef
Source§impl From<MessageRef> for String
impl From<MessageRef> for String
Source§fn from(id: MessageRef) -> Self
fn from(id: MessageRef) -> Self
Converts to this type from the input type.
Source§impl From<String> for MessageRef
impl From<String> for MessageRef
Source§impl Hash for MessageRef
impl Hash for MessageRef
Source§impl Ord for MessageRef
impl Ord for MessageRef
Source§fn cmp(&self, other: &MessageRef) -> Ordering
fn cmp(&self, other: &MessageRef) -> Ordering
1.21.0 (const: unstable) · 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 MessageRef
impl PartialEq for MessageRef
Source§fn eq(&self, other: &MessageRef) -> bool
fn eq(&self, other: &MessageRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MessageRef
impl PartialOrd for MessageRef
Source§impl Serialize for MessageRef
impl Serialize for MessageRef
impl StructuralPartialEq for MessageRef
Auto Trait Implementations§
impl Freeze for MessageRef
impl RefUnwindSafe for MessageRef
impl Send for MessageRef
impl Sync for MessageRef
impl Unpin for MessageRef
impl UnsafeUnpin for MessageRef
impl UnwindSafe for MessageRef
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