pub struct BodyReqExecute<'a> { /* private fields */ }Expand description
The structure that represents a body of a frame of type execute.
Implementations§
Source§impl<'a> BodyReqExecute<'a>
impl<'a> BodyReqExecute<'a>
Sourcepub fn new(
id: &CBytesShort,
query_parameters: QueryParams,
) -> BodyReqExecute<'_>
pub fn new( id: &CBytesShort, query_parameters: QueryParams, ) -> BodyReqExecute<'_>
The method which creates new instance of BodyReqExecute
Trait Implementations§
Source§impl<'a> Debug for BodyReqExecute<'a>
impl<'a> Debug for BodyReqExecute<'a>
Source§impl<'a> IntoBytes for BodyReqExecute<'a>
impl<'a> IntoBytes for BodyReqExecute<'a>
Auto Trait Implementations§
impl<'a> Freeze for BodyReqExecute<'a>
impl<'a> RefUnwindSafe for BodyReqExecute<'a>
impl<'a> Send for BodyReqExecute<'a>
impl<'a> Sync for BodyReqExecute<'a>
impl<'a> Unpin for BodyReqExecute<'a>
impl<'a> UnwindSafe for BodyReqExecute<'a>
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