Enum solana_runtime::hardened_unpack::UnpackPath [−][src]
pub enum UnpackPath<'a> {
Valid(&'a Path),
Ignore,
Invalid,
}Variants
Valid(&'a Path)Tuple Fields of Valid
0: &'a PathAuto Trait Implementations
impl<'a> RefUnwindSafe for UnpackPath<'a>
impl<'a> Send for UnpackPath<'a>
impl<'a> Sync for UnpackPath<'a>
impl<'a> Unpin for UnpackPath<'a>
impl<'a> UnwindSafe for UnpackPath<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more