pub struct SanitizedInput {
pub text: String,
pub map: RehydrationMap,
}Fields§
§text: String§map: RehydrationMapTrait Implementations§
Source§impl Clone for SanitizedInput
impl Clone for SanitizedInput
Source§fn clone(&self) -> SanitizedInput
fn clone(&self) -> SanitizedInput
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 moreAuto Trait Implementations§
impl Freeze for SanitizedInput
impl RefUnwindSafe for SanitizedInput
impl Send for SanitizedInput
impl Sync for SanitizedInput
impl Unpin for SanitizedInput
impl UnsafeUnpin for SanitizedInput
impl UnwindSafe for SanitizedInput
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