Enum solana_runtime::hardened_unpack::UnpackPath [−][src]
pub enum UnpackPath<'a> {
Valid(&'a Path),
Ignore,
Invalid,
}Variants
Valid(&'a Path)
Tuple Fields
0: &'a PathIgnore
Invalid
Auto 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
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
