pub struct OnlineAcceptance {
pub ip_address: Option<String>,
pub user_agent: Option<String>,
}
Fields§
§ip_address: Option<String>
The customer accepts the mandate from this IP address.
user_agent: Option<String>
The customer accepts the mandate using the user agent of the browser.
Trait Implementations§
Source§impl Clone for OnlineAcceptance
impl Clone for OnlineAcceptance
Source§fn clone(&self) -> OnlineAcceptance
fn clone(&self) -> OnlineAcceptance
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 OnlineAcceptance
impl Debug for OnlineAcceptance
Source§impl Deserialize for OnlineAcceptance
impl Deserialize for OnlineAcceptance
Source§impl ObjectDeser for OnlineAcceptance
impl ObjectDeser for OnlineAcceptance
Auto Trait Implementations§
impl Freeze for OnlineAcceptance
impl RefUnwindSafe for OnlineAcceptance
impl Send for OnlineAcceptance
impl Sync for OnlineAcceptance
impl Unpin for OnlineAcceptance
impl UnwindSafe for OnlineAcceptance
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