struct LdapInner {
pub framed: Framed<SslStream<TcpStream>, LdapCodec>,
pub msgid: i32,
}
Fields
framed: Framed<SslStream<TcpStream>, LdapCodec>
msgid: i32
Auto Trait Implementations
impl RefUnwindSafe for LdapInner
impl Send for LdapInner
impl Sync for LdapInner
impl Unpin for LdapInner
impl UnwindSafe for LdapInner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more