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