pub struct JlsConfig {
pub user_pwd: String,
pub user_iv: String,
}Expand description
JLS Configuration
Fields§
§user_pwd: Stringuser password of a JLS peer
user_iv: Stringuser iv for a JLS peer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JlsConfig
impl RefUnwindSafe for JlsConfig
impl Send for JlsConfig
impl Sync for JlsConfig
impl Unpin for JlsConfig
impl UnwindSafe for JlsConfig
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