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: ProtocolVersion
auth_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 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