pub struct InputContextCapture {
pub capture: Option<bool>,
pub source: Option<String>,
pub max_bytes: Option<u64>,
pub snapshot: Option<JsonValue>,
}Fields§
§capture: Option<bool>§source: Option<String>§max_bytes: Option<u64>§snapshot: Option<JsonValue>Trait Implementations§
Source§impl Clone for InputContextCapture
impl Clone for InputContextCapture
Source§fn clone(&self) -> InputContextCapture
fn clone(&self) -> InputContextCapture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputContextCapture
impl Debug for InputContextCapture
Source§impl<'de> Deserialize<'de> for InputContextCapture
impl<'de> Deserialize<'de> for InputContextCapture
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InputContextCapture
impl PartialEq for InputContextCapture
Source§fn eq(&self, other: &InputContextCapture) -> bool
fn eq(&self, other: &InputContextCapture) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InputContextCapture
impl Serialize for InputContextCapture
impl StructuralPartialEq for InputContextCapture
Auto Trait Implementations§
impl Freeze for InputContextCapture
impl RefUnwindSafe for InputContextCapture
impl Send for InputContextCapture
impl Sync for InputContextCapture
impl Unpin for InputContextCapture
impl UnsafeUnpin for InputContextCapture
impl UnwindSafe for InputContextCapture
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