pub struct LibraryEntry {
pub hash: Int256,
pub data: Vec<u8>,
}Expand description
liteServer.libraryEntry hash:int256 data:bytes = liteServer.LibraryEntry;
Fields§
§hash: Int256§data: Vec<u8>Trait Implementations§
Source§impl Clone for LibraryEntry
impl Clone for LibraryEntry
Source§impl Debug for LibraryEntry
impl Debug for LibraryEntry
Source§impl PartialEq for LibraryEntry
impl PartialEq for LibraryEntry
Source§impl<'tl> TlRead<'tl> for LibraryEntry
impl<'tl> TlRead<'tl> for LibraryEntry
Auto Trait Implementations§
impl Freeze for LibraryEntry
impl RefUnwindSafe for LibraryEntry
impl Send for LibraryEntry
impl Sync for LibraryEntry
impl Unpin for LibraryEntry
impl UnwindSafe for LibraryEntry
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