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