pub struct FormationConfig {
pub server_url: Option<String>,
pub formation_id: Option<String>,
pub base_url: Option<String>,
pub client_key: Option<String>,
pub admin_key: Option<String>,
pub timeout: u64,
pub mode: String,
/* private fields */
}Fields§
§server_url: Option<String>§formation_id: Option<String>§base_url: Option<String>§client_key: Option<String>§admin_key: Option<String>§timeout: u64§mode: StringImplementations§
Trait Implementations§
Source§impl Clone for FormationConfig
impl Clone for FormationConfig
Source§fn clone(&self) -> FormationConfig
fn clone(&self) -> FormationConfig
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 FormationConfig
impl RefUnwindSafe for FormationConfig
impl Send for FormationConfig
impl Sync for FormationConfig
impl Unpin for FormationConfig
impl UnsafeUnpin for FormationConfig
impl UnwindSafe for FormationConfig
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