Struct namespaces::instruction::UpdateClaimRequest
source · [−]pub struct UpdateClaimRequest {
pub is_approved: bool,
}
Expand description
Instruction.
Fields
is_approved: bool
Trait Implementations
sourceimpl BorshDeserialize for UpdateClaimRequest where
bool: BorshDeserialize,
impl BorshDeserialize for UpdateClaimRequest where
bool: BorshDeserialize,
sourceimpl BorshSerialize for UpdateClaimRequest where
bool: BorshSerialize,
impl BorshSerialize for UpdateClaimRequest where
bool: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for UpdateClaimRequest
impl Send for UpdateClaimRequest
impl Sync for UpdateClaimRequest
impl Unpin for UpdateClaimRequest
impl UnwindSafe for UpdateClaimRequest
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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