pub struct OtsRequest { /* private fields */ }
Expand description
OTS API 请求结构体
Trait Implementations§
Source§impl Clone for OtsRequest
impl Clone for OtsRequest
Source§fn clone(&self) -> OtsRequest
fn clone(&self) -> OtsRequest
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 OtsRequest
impl Debug for OtsRequest
Auto Trait Implementations§
impl Freeze for OtsRequest
impl RefUnwindSafe for OtsRequest
impl Send for OtsRequest
impl Sync for OtsRequest
impl Unpin for OtsRequest
impl UnwindSafe for OtsRequest
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