pub struct RawBlocks {
pub block1: Option<String>,
pub block2: Option<String>,
pub block3: Option<String>,
pub block4: String,
pub block5: Option<String>,
}
Expand description
Raw message blocks for preservation and reconstruction
Fields§
§block1: Option<String>
§block2: Option<String>
§block3: Option<String>
§block4: String
§block5: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RawBlocks
impl<'de> Deserialize<'de> for RawBlocks
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
Auto Trait Implementations§
impl Freeze for RawBlocks
impl RefUnwindSafe for RawBlocks
impl Send for RawBlocks
impl Sync for RawBlocks
impl Unpin for RawBlocks
impl UnwindSafe for RawBlocks
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