Struct rsfbclient_rust::ConnectionResponse
source · [−]pub struct ConnectionResponse {
pub version: ProtocolVersion,
pub auth_plugin: Option<AuthPlugin>,
}Expand description
Data from the response of a connection request
Fields
version: ProtocolVersionauth_plugin: Option<AuthPlugin>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConnectionResponse
impl Send for ConnectionResponse
impl Sync for ConnectionResponse
impl Unpin for ConnectionResponse
impl UnwindSafe for ConnectionResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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