pub struct CustomValueMetadata<'a> { /* private fields */ }Expand description
Basically the same as frame_metadata::v15::CustomValueMetadata<PortableForm>>, but borrowed.
Implementations§
Source§impl<'a> CustomValueMetadata<'a>
impl<'a> CustomValueMetadata<'a>
Sourcepub fn types(&self) -> &PortableRegistry
pub fn types(&self) -> &PortableRegistry
Access the underlying type registry.
Auto Trait Implementations§
impl<'a> Freeze for CustomValueMetadata<'a>
impl<'a> RefUnwindSafe for CustomValueMetadata<'a>
impl<'a> Send for CustomValueMetadata<'a>
impl<'a> Sync for CustomValueMetadata<'a>
impl<'a> Unpin for CustomValueMetadata<'a>
impl<'a> UnwindSafe for CustomValueMetadata<'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