pub struct DocumentsSimulationDeterms { /* private fields */ }
Implementations§
Source§impl DocumentsSimulationDeterms
impl DocumentsSimulationDeterms
pub fn new(url: &str, authorization_header: &str) -> Self
pub async fn post<T: Serialize>( &self, request: PostDocumentsSimulationDetermsRequest<T>, ) -> Result<PostDocumentsSimulationDetermsResponse, ErrorResponse>
Trait Implementations§
Source§impl Clone for DocumentsSimulationDeterms
impl Clone for DocumentsSimulationDeterms
Source§fn clone(&self) -> DocumentsSimulationDeterms
fn clone(&self) -> DocumentsSimulationDeterms
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 moreAuto Trait Implementations§
impl Freeze for DocumentsSimulationDeterms
impl RefUnwindSafe for DocumentsSimulationDeterms
impl Send for DocumentsSimulationDeterms
impl Sync for DocumentsSimulationDeterms
impl Unpin for DocumentsSimulationDeterms
impl UnwindSafe for DocumentsSimulationDeterms
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