pub struct PdaSeedHint {
pub kind: &'static str,
pub value: &'static str,
}Expand description
PDA seed hint for an instruction account.
Fields§
§kind: &'static strSeed kind: “literal”, “account”, “arg”.
value: &'static strSeed value or reference name.
Trait Implementations§
Source§impl Clone for PdaSeedHint
impl Clone for PdaSeedHint
Source§fn clone(&self) -> PdaSeedHint
fn clone(&self) -> PdaSeedHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PdaSeedHint
Auto Trait Implementations§
impl Freeze for PdaSeedHint
impl RefUnwindSafe for PdaSeedHint
impl Send for PdaSeedHint
impl Sync for PdaSeedHint
impl Unpin for PdaSeedHint
impl UnsafeUnpin for PdaSeedHint
impl UnwindSafe for PdaSeedHint
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