pub struct UFMConfig {
pub address: String,
pub username: Option<String>,
pub password: Option<String>,
pub token: Option<String>,
}
Fields§
§address: String
§username: Option<String>
§password: Option<String>
§token: Option<String>
Auto Trait Implementations§
impl Freeze for UFMConfig
impl RefUnwindSafe for UFMConfig
impl Send for UFMConfig
impl Sync for UFMConfig
impl Unpin for UFMConfig
impl UnwindSafe for UFMConfig
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