pub struct ProviderPlain(/* private fields */);Expand description
Plain text provider.
Trait Implementations§
Source§impl Clone for ProviderPlain
impl Clone for ProviderPlain
Source§fn clone(&self) -> ProviderPlain
fn clone(&self) -> ProviderPlain
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 ProviderPlain
impl Debug for ProviderPlain
Source§impl Deref for ProviderPlain
impl Deref for ProviderPlain
Source§impl Provider for ProviderPlain
impl Provider for ProviderPlain
Auto Trait Implementations§
impl Freeze for ProviderPlain
impl RefUnwindSafe for ProviderPlain
impl Send for ProviderPlain
impl Sync for ProviderPlain
impl Unpin for ProviderPlain
impl UnwindSafe for ProviderPlain
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