pub struct Appendix {
pub metadata: String,
pub data: Vec<u8>,
}Fields§
§metadata: String§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Appendix
impl RefUnwindSafe for Appendix
impl Send for Appendix
impl Sync for Appendix
impl Unpin for Appendix
impl UnwindSafe for Appendix
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