Enum solana_runtime::hardened_unpack::UnpackPath
source · [−]pub enum UnpackPath<'a> {
Valid(&'a Path),
Ignore,
Invalid,
}
Variants
Valid(&'a Path)
Ignore
Invalid
Trait Implementations
sourceimpl<'a> Debug for UnpackPath<'a>
impl<'a> Debug for UnpackPath<'a>
sourceimpl<'a> PartialEq<UnpackPath<'a>> for UnpackPath<'a>
impl<'a> PartialEq<UnpackPath<'a>> for UnpackPath<'a>
sourcefn eq(&self, other: &UnpackPath<'a>) -> bool
fn eq(&self, other: &UnpackPath<'a>) -> bool
impl<'a> StructuralPartialEq for UnpackPath<'a>
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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more