pub struct CopyInResponseBody { /* private fields */ }Implementations§
Source§impl CopyInResponseBody
impl CopyInResponseBody
pub fn format(&self) -> u8
pub fn column_formats(&self) -> ColumnFormats<'_>
Auto Trait Implementations§
impl !Freeze for CopyInResponseBody
impl RefUnwindSafe for CopyInResponseBody
impl Send for CopyInResponseBody
impl Sync for CopyInResponseBody
impl Unpin for CopyInResponseBody
impl UnsafeUnpin for CopyInResponseBody
impl UnwindSafe for CopyInResponseBody
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