Struct solana_runtime::ancestors::Ancestors
source · pub struct Ancestors { /* private fields */ }
Implementations
Trait Implementations
sourceimpl AbiExample for Ancestors
impl AbiExample for Ancestors
impl StructuralPartialEq for Ancestors
Auto Trait Implementations
impl RefUnwindSafe for Ancestors
impl Send for Ancestors
impl Sync for Ancestors
impl Unpin for Ancestors
impl UnwindSafe for Ancestors
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for 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