pub struct XRealIP(pub IpAddr);
Tuple Fields§
§0: IpAddr
Trait Implementations§
Source§impl Header for XRealIP
impl Header for XRealIP
impl Eq for XRealIP
impl StructuralPartialEq for XRealIP
Auto Trait Implementations§
impl Freeze for XRealIP
impl RefUnwindSafe for XRealIP
impl Send for XRealIP
impl Sync for XRealIP
impl Unpin for XRealIP
impl UnwindSafe for XRealIP
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