pub struct RawAccountConfig {
pub api_key: Option<String>,
}Fields§
§api_key: Option<String>The user’s API key
Trait Implementations§
Source§impl Debug for RawAccountConfig
impl Debug for RawAccountConfig
Source§impl Default for RawAccountConfig
impl Default for RawAccountConfig
Source§fn default() -> RawAccountConfig
fn default() -> RawAccountConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawAccountConfig
impl<'de> Deserialize<'de> for RawAccountConfig
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
Auto Trait Implementations§
impl Freeze for RawAccountConfig
impl RefUnwindSafe for RawAccountConfig
impl Send for RawAccountConfig
impl Sync for RawAccountConfig
impl Unpin for RawAccountConfig
impl UnwindSafe for RawAccountConfig
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