pub struct SystemId;Expand description
Solana System Program.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemId
impl RefUnwindSafe for SystemId
impl Send for SystemId
impl Sync for SystemId
impl Unpin for SystemId
impl UnsafeUnpin for SystemId
impl UnwindSafe for SystemId
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