pub struct Metadata0<'a> {
pub name: Name<'a>,
pub version: Hexa<'a>,
}Fields§
§name: Name<'a>Name of the applet.
version: Hexa<'a>Version of the applet.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Metadata0<'a>
impl<'a> RefUnwindSafe for Metadata0<'a>
impl<'a> Send for Metadata0<'a>
impl<'a> Sync for Metadata0<'a>
impl<'a> Unpin for Metadata0<'a>
impl<'a> UnsafeUnpin for Metadata0<'a>
impl<'a> UnwindSafe for Metadata0<'a>
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