pub struct ProviderObject {
pub current: Value,
pub parent: Option<Value>,
}Fields§
§current: Value§parent: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProviderObject
impl !RefUnwindSafe for ProviderObject
impl !Send for ProviderObject
impl !Sync for ProviderObject
impl Unpin for ProviderObject
impl !UnwindSafe for ProviderObject
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