pub struct ContractLibraryDict(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Debug for ContractLibraryDict
impl Debug for ContractLibraryDict
Source§impl PartialEq for ContractLibraryDict
impl PartialEq for ContractLibraryDict
impl StructuralPartialEq for ContractLibraryDict
Auto Trait Implementations§
impl Freeze for ContractLibraryDict
impl RefUnwindSafe for ContractLibraryDict
impl Send for ContractLibraryDict
impl Sync for ContractLibraryDict
impl Unpin for ContractLibraryDict
impl UnwindSafe for ContractLibraryDict
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