pub struct Signer<'a, 'b> { /* private fields */ }Expand description
A set of seeds that identifies a PDA signer for CPI calls. Represents a program derived address (PDA) signer controlled by the calling program.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for Signer<'a, 'b>
impl<'a, 'b> RefUnwindSafe for Signer<'a, 'b>
impl<'a, 'b> !Send for Signer<'a, 'b>
impl<'a, 'b> !Sync for Signer<'a, 'b>
impl<'a, 'b> Unpin for Signer<'a, 'b>
impl<'a, 'b> UnsafeUnpin for Signer<'a, 'b>
impl<'a, 'b> UnwindSafe for Signer<'a, 'b>
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