pub struct CreateEntryReq { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for CreateEntryReq
impl Debug for CreateEntryReq
Source§impl From<&CreateEntryReq> for Request
impl From<&CreateEntryReq> for Request
Source§fn from(request: &CreateEntryReq) -> Self
fn from(request: &CreateEntryReq) -> Self
Converts to this type from the input type.
Source§impl ToHttpRequest for CreateEntryReq
impl ToHttpRequest for CreateEntryReq
Auto Trait Implementations§
impl Freeze for CreateEntryReq
impl RefUnwindSafe for CreateEntryReq
impl Send for CreateEntryReq
impl Sync for CreateEntryReq
impl Unpin for CreateEntryReq
impl UnsafeUnpin for CreateEntryReq
impl UnwindSafe for CreateEntryReq
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