pub struct FPLogin {
pub afp_version: AfpVersion,
pub auth: FPLoginAuth,
}Expand description
FPLogin command - authentication request from client to server
Fields§
§afp_version: AfpVersionAFP version the client wants to use
auth: FPLoginAuthUser authentication method and credentials
Implementations§
Trait Implementations§
impl Eq for FPLogin
impl StructuralPartialEq for FPLogin
Auto Trait Implementations§
impl Freeze for FPLogin
impl RefUnwindSafe for FPLogin
impl Send for FPLogin
impl Sync for FPLogin
impl Unpin for FPLogin
impl UnsafeUnpin for FPLogin
impl UnwindSafe for FPLogin
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