Struct solana_sdk::feature_set::ID
source · pub struct ID {
__private_field: (),
}
Expand description
Unique identifier of the current software’s feature set
Fields§
§__private_field: ()
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ID
impl Send for ID
impl Sync for ID
impl Unpin for ID
impl UnwindSafe for ID
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