#[non_exhaustive]pub struct InlineOutputConfig { /* private fields */ }Expand description
Output configurations for inline response.
Implementations§
Trait Implementations§
Source§impl Clone for InlineOutputConfig
impl Clone for InlineOutputConfig
Source§fn clone(&self) -> InlineOutputConfig
fn clone(&self) -> InlineOutputConfig
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 InlineOutputConfig
impl Debug for InlineOutputConfig
Source§impl Default for InlineOutputConfig
impl Default for InlineOutputConfig
Source§fn default() -> InlineOutputConfig
fn default() -> InlineOutputConfig
Returns the “default value” for a type. Read more
Source§impl Message for InlineOutputConfig
impl Message for InlineOutputConfig
Source§impl PartialEq for InlineOutputConfig
impl PartialEq for InlineOutputConfig
impl StructuralPartialEq for InlineOutputConfig
Auto Trait Implementations§
impl Freeze for InlineOutputConfig
impl RefUnwindSafe for InlineOutputConfig
impl Send for InlineOutputConfig
impl Sync for InlineOutputConfig
impl Unpin for InlineOutputConfig
impl UnwindSafe for InlineOutputConfig
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