pub struct NefFile { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<&NefFile> for ContractParameter
impl From<&NefFile> for ContractParameter
Source§impl Into<ContractParameter> for NefFile
impl Into<ContractParameter> for NefFile
Source§fn into(self) -> ContractParameter
fn into(self) -> ContractParameter
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for NefFile
impl RefUnwindSafe for NefFile
impl Send for NefFile
impl Sync for NefFile
impl Unpin for NefFile
impl UnwindSafe for NefFile
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