pub struct PreparedString {
pub bytes: Vec<u8>,
pub content_type: Option<String>,
}Fields§
§bytes: Vec<u8>§content_type: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedString
impl RefUnwindSafe for PreparedString
impl Send for PreparedString
impl Sync for PreparedString
impl Unpin for PreparedString
impl UnwindSafe for PreparedString
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