pub struct OnlineParam {
pub ip_address: String,
pub user_agent: String,
}
Fields§
§ip_address: String
The IP address from which the Mandate was accepted by the customer.
user_agent: String
The user agent of the browser from which the Mandate was accepted by the customer.
Implementations§
Trait Implementations§
Source§impl Clone for OnlineParam
impl Clone for OnlineParam
Source§fn clone(&self) -> OnlineParam
fn clone(&self) -> OnlineParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OnlineParam
impl Debug for OnlineParam
Auto Trait Implementations§
impl Freeze for OnlineParam
impl RefUnwindSafe for OnlineParam
impl Send for OnlineParam
impl Sync for OnlineParam
impl Unpin for OnlineParam
impl UnwindSafe for OnlineParam
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