pub struct MsgraphClientStdConnectOptions {
pub tls: Tls,
pub user_id: String,
}Available on crate feature
client only.Expand description
Optional settings for MsgraphClientStd::connect; every field has a
default (the TLS backend default, and me as the mailbox owner).
Fields§
§tls: TlsAvailable on crate features
native-tls or rustls-aws or rustls-ring only.The TLS backend configuration used to open the connection.
user_id: StringThe mailbox owner: me, a user id or a principal name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgraphClientStdConnectOptions
impl RefUnwindSafe for MsgraphClientStdConnectOptions
impl Send for MsgraphClientStdConnectOptions
impl Sync for MsgraphClientStdConnectOptions
impl Unpin for MsgraphClientStdConnectOptions
impl UnsafeUnpin for MsgraphClientStdConnectOptions
impl UnwindSafe for MsgraphClientStdConnectOptions
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