Struct ldap_utils::ConnectParameters
source · pub struct ConnectParameters {
pub url: String,
/* private fields */
}
Expand description
a set of parameters for connecting to an LDAP server, including client-side certificate auth support
Fields§
§url: String
the LDAP URL to connect to
Trait Implementations§
source§impl Clone for ConnectParameters
impl Clone for ConnectParameters
source§fn clone(&self) -> ConnectParameters
fn clone(&self) -> ConnectParameters
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 moresource§impl Debug for ConnectParameters
impl Debug for ConnectParameters
source§impl<'de> Deserialize<'de> for ConnectParameters
impl<'de> Deserialize<'de> for ConnectParameters
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ConnectParameters
impl Send for ConnectParameters
impl Sync for ConnectParameters
impl Unpin for ConnectParameters
impl UnwindSafe for ConnectParameters
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