pub struct MessageFormatStruct {
pub offset: i32,
pub length: i32,
}Expand description
Message format struct
Fields§
§offset: i32§length: i32Trait Implementations§
Source§impl Clone for MessageFormatStruct
impl Clone for MessageFormatStruct
Source§fn clone(&self) -> MessageFormatStruct
fn clone(&self) -> MessageFormatStruct
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 MessageFormatStruct
impl Debug for MessageFormatStruct
Source§impl<'de> Deserialize<'de> for MessageFormatStruct
impl<'de> Deserialize<'de> for MessageFormatStruct
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 MessageFormatStruct
impl PartialEq for MessageFormatStruct
Source§impl Serialize for MessageFormatStruct
impl Serialize for MessageFormatStruct
impl StructuralPartialEq for MessageFormatStruct
Auto Trait Implementations§
impl Freeze for MessageFormatStruct
impl RefUnwindSafe for MessageFormatStruct
impl Send for MessageFormatStruct
impl Sync for MessageFormatStruct
impl Unpin for MessageFormatStruct
impl UnwindSafe for MessageFormatStruct
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