Struct solana_entry::entry::VerifyRecyclers
source · [−]pub struct VerifyRecyclers { /* private fields */ }Trait Implementations
sourceimpl Clone for VerifyRecyclers
impl Clone for VerifyRecyclers
sourcefn clone(&self) -> VerifyRecyclers
fn clone(&self) -> VerifyRecyclers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for VerifyRecyclers
impl Default for VerifyRecyclers
sourcefn default() -> VerifyRecyclers
fn default() -> VerifyRecyclers
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VerifyRecyclers
impl Send for VerifyRecyclers
impl Sync for VerifyRecyclers
impl Unpin for VerifyRecyclers
impl UnwindSafe for VerifyRecyclers
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> 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