pub struct SignedCodeModuleValue { /* private fields */ }Implementations§
Source§impl SignedCodeModuleValue
impl SignedCodeModuleValue
pub fn parse(raw: &[u8]) -> Result<Self, ShapeViolation>
pub fn tagged_bytes(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for SignedCodeModuleValue
impl Clone for SignedCodeModuleValue
Source§fn clone(&self) -> SignedCodeModuleValue
fn clone(&self) -> SignedCodeModuleValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignedCodeModuleValue
impl RefUnwindSafe for SignedCodeModuleValue
impl Send for SignedCodeModuleValue
impl Sync for SignedCodeModuleValue
impl Unpin for SignedCodeModuleValue
impl UnsafeUnpin for SignedCodeModuleValue
impl UnwindSafe for SignedCodeModuleValue
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