pub struct VoidProvider {}Expand description
decleration provider with no decleration files.
§example
parse("{ only_builtin_used: true }", &ParseOptions::default(), &VoidProvider{});Trait Implementations§
Source§impl Debug for VoidProvider
impl Debug for VoidProvider
Source§impl DeclProvider for VoidProvider
impl DeclProvider for VoidProvider
Source§impl Default for VoidProvider
impl Default for VoidProvider
Source§fn default() -> VoidProvider
fn default() -> VoidProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VoidProvider
impl RefUnwindSafe for VoidProvider
impl Send for VoidProvider
impl Sync for VoidProvider
impl Unpin for VoidProvider
impl UnsafeUnpin for VoidProvider
impl UnwindSafe for VoidProvider
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