pub struct KeyhouseConf {
pub base_url: String,
pub token: String,
}Fields§
§base_url: String§token: StringTrait Implementations§
Source§impl Clone for KeyhouseConf
impl Clone for KeyhouseConf
Source§impl<'de> Deserialize<'de> for KeyhouseConf
impl<'de> Deserialize<'de> for KeyhouseConf
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 KeyhouseConf
impl RefUnwindSafe for KeyhouseConf
impl Send for KeyhouseConf
impl Sync for KeyhouseConf
impl Unpin for KeyhouseConf
impl UnsafeUnpin for KeyhouseConf
impl UnwindSafe for KeyhouseConf
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