pub struct OptionReqBody { /* private fields */ }
Implementations§
Source§impl OptionReqBody
impl OptionReqBody
Trait Implementations§
Source§impl Clone for OptionReqBody
impl Clone for OptionReqBody
Source§fn clone(&self) -> OptionReqBody
fn clone(&self) -> OptionReqBody
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 OptionReqBody
impl !RefUnwindSafe for OptionReqBody
impl Send for OptionReqBody
impl Sync for OptionReqBody
impl Unpin for OptionReqBody
impl !UnwindSafe for OptionReqBody
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