pub struct LimeBrokerConfig {
pub endpoint: String,
pub api_key: String,
pub secret: String,
}Expand description
Lime Brokerage configuration
Fields§
§endpoint: StringAPI endpoint
api_key: StringAPI key
secret: StringAPI secret
Trait Implementations§
Source§impl Clone for LimeBrokerConfig
impl Clone for LimeBrokerConfig
Source§fn clone(&self) -> LimeBrokerConfig
fn clone(&self) -> LimeBrokerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LimeBrokerConfig
impl RefUnwindSafe for LimeBrokerConfig
impl Send for LimeBrokerConfig
impl Sync for LimeBrokerConfig
impl Unpin for LimeBrokerConfig
impl UnwindSafe for LimeBrokerConfig
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