Struct openconnect_core::config::Entrypoint
source · pub struct Entrypoint {
pub name: Option<String>,
pub server: String,
pub username: Option<String>,
pub password: Option<String>,
pub protocol: Protocol,
pub cookie: Option<String>,
pub enable_udp: bool,
pub accept_insecure_cert: bool,
}Fields§
§name: Option<String>§server: String§username: Option<String>§password: Option<String>§protocol: Protocol§enable_udp: bool§accept_insecure_cert: boolTrait Implementations§
source§impl Clone for Entrypoint
impl Clone for Entrypoint
source§fn clone(&self) -> Entrypoint
fn clone(&self) -> Entrypoint
Returns a copy 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 Entrypoint
impl RefUnwindSafe for Entrypoint
impl Send for Entrypoint
impl Sync for Entrypoint
impl Unpin for Entrypoint
impl UnwindSafe for Entrypoint
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