pub struct PostTranslateStreamParams {
pub body: Option<Value>,
}Fields§
§body: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for PostTranslateStreamParams
impl Clone for PostTranslateStreamParams
Source§fn clone(&self) -> PostTranslateStreamParams
fn clone(&self) -> PostTranslateStreamParams
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 PostTranslateStreamParams
impl RefUnwindSafe for PostTranslateStreamParams
impl Send for PostTranslateStreamParams
impl Sync for PostTranslateStreamParams
impl Unpin for PostTranslateStreamParams
impl UnwindSafe for PostTranslateStreamParams
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