pub struct TornEducationRequest {
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_public: Option<String>,
}
Fields§
§api_timestamp: Option<String>
§api_comment: Option<String>
§api_key_public: Option<String>
Implementations§
Source§impl TornEducationRequest
impl TornEducationRequest
Sourcepub fn builder() -> TornEducationRequestBuilder
pub fn builder() -> TornEducationRequestBuilder
Create an instance of TornEducationRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for TornEducationRequest
impl Clone for TornEducationRequest
Source§fn clone(&self) -> TornEducationRequest
fn clone(&self) -> TornEducationRequest
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 TornEducationRequest
impl Debug for TornEducationRequest
Source§impl IntoRequest for TornEducationRequest
impl IntoRequest for TornEducationRequest
type Discriminant = ()
type Response = TornEducationResponse
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for TornEducationRequest
impl RefUnwindSafe for TornEducationRequest
impl Send for TornEducationRequest
impl Sync for TornEducationRequest
impl Unpin for TornEducationRequest
impl UnwindSafe for TornEducationRequest
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