pub struct TypeSanitizer {
pub path: &'static str,
pub args: Args,
}Expand description
TypeSanitizer
Fields§
§path: &'static str§args: ArgsTrait Implementations§
Source§impl Clone for TypeSanitizer
impl Clone for TypeSanitizer
Source§fn clone(&self) -> TypeSanitizer
fn clone(&self) -> TypeSanitizer
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 moreSource§impl Debug for TypeSanitizer
impl Debug for TypeSanitizer
Source§impl Serialize for TypeSanitizer
impl Serialize for TypeSanitizer
Source§impl ValidateNode for TypeSanitizer
impl ValidateNode for TypeSanitizer
Auto Trait Implementations§
impl Freeze for TypeSanitizer
impl RefUnwindSafe for TypeSanitizer
impl Send for TypeSanitizer
impl Sync for TypeSanitizer
impl Unpin for TypeSanitizer
impl UnwindSafe for TypeSanitizer
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