Struct ConnectInfo
pub struct ConnectInfo {
pub(crate) supports_sub_id: bool,
pub(crate) session_present: bool,
}Fields§
§supports_sub_id: bool§session_present: boolAuto Trait Implementations§
impl Freeze for ConnectInfo
impl RefUnwindSafe for ConnectInfo
impl Send for ConnectInfo
impl Sync for ConnectInfo
impl Unpin for ConnectInfo
impl UnwindSafe for ConnectInfo
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