pub struct SolanaConfig {
pub rent_prefund_enabled: Option<bool>,
}Fields§
§rent_prefund_enabled: Option<bool>Trait Implementations§
Source§impl Clone for SolanaConfig
impl Clone for SolanaConfig
Source§fn clone(&self) -> SolanaConfig
fn clone(&self) -> SolanaConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SolanaConfig
Source§impl Debug for SolanaConfig
impl Debug for SolanaConfig
Source§impl<'de> Deserialize<'de> for SolanaConfig
impl<'de> Deserialize<'de> for SolanaConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SolanaConfig
impl PartialEq for SolanaConfig
Source§impl Serialize for SolanaConfig
impl Serialize for SolanaConfig
impl StructuralPartialEq for SolanaConfig
Auto Trait Implementations§
impl Freeze for SolanaConfig
impl RefUnwindSafe for SolanaConfig
impl Send for SolanaConfig
impl Sync for SolanaConfig
impl Unpin for SolanaConfig
impl UnsafeUnpin for SolanaConfig
impl UnwindSafe for SolanaConfig
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