pub struct ClientInfo {
pub ip: Option<String>,
pub ua: Option<String>,
}Fields§
§ip: Option<String>§ua: Option<String>Implementations§
Source§impl ClientInfo
impl ClientInfo
Trait Implementations§
Source§impl<Err> FromRequest<Err> for ClientInfo
impl<Err> FromRequest<Err> for ClientInfo
Auto Trait Implementations§
impl Freeze for ClientInfo
impl RefUnwindSafe for ClientInfo
impl Send for ClientInfo
impl Sync for ClientInfo
impl Unpin for ClientInfo
impl UnsafeUnpin for ClientInfo
impl UnwindSafe for ClientInfo
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