Struct solana_runtime::ancestors::Ancestors
source · pub struct Ancestors { /* private fields */ }
Implementations§
Trait Implementations§
source§impl PartialEq<Ancestors> for Ancestors
impl PartialEq<Ancestors> 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§
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