pub struct BodyCapture {
pub size_bytes: usize,
pub sha256: String,
pub preview: String,
pub truncated: bool,
}Fields§
§size_bytes: usize§sha256: String§preview: String§truncated: boolTrait Implementations§
Source§impl Clone for BodyCapture
impl Clone for BodyCapture
Source§fn clone(&self) -> BodyCapture
fn clone(&self) -> BodyCapture
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 BodyCapture
impl Debug for BodyCapture
Source§impl<'de> Deserialize<'de> for BodyCapture
impl<'de> Deserialize<'de> for BodyCapture
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
Auto Trait Implementations§
impl Freeze for BodyCapture
impl RefUnwindSafe for BodyCapture
impl Send for BodyCapture
impl Sync for BodyCapture
impl Unpin for BodyCapture
impl UnsafeUnpin for BodyCapture
impl UnwindSafe for BodyCapture
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