pub struct ByteVec(/* private fields */);Trait Implementations§
Source§impl ToPlutusData for ByteVec
impl ToPlutusData for ByteVec
fn to_plutus_data(&self, _attributes: &[String]) -> Result<PlutusData, String>
Auto Trait Implementations§
impl Freeze for ByteVec
impl RefUnwindSafe for ByteVec
impl Send for ByteVec
impl Sync for ByteVec
impl Unpin for ByteVec
impl UnwindSafe for ByteVec
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