pub struct ProviderOutput {
pub value: Value,
}Fields§
§value: ValueImplementations§
Trait Implementations§
Source§impl Clone for ProviderOutput
impl Clone for ProviderOutput
Source§fn clone(&self) -> ProviderOutput
fn clone(&self) -> ProviderOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderOutput
impl Debug for ProviderOutput
Source§impl PartialEq for ProviderOutput
impl PartialEq for ProviderOutput
Source§fn eq(&self, other: &ProviderOutput) -> bool
fn eq(&self, other: &ProviderOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProviderOutput
Auto Trait Implementations§
impl Freeze for ProviderOutput
impl RefUnwindSafe for ProviderOutput
impl Send for ProviderOutput
impl Sync for ProviderOutput
impl Unpin for ProviderOutput
impl UnsafeUnpin for ProviderOutput
impl UnwindSafe for ProviderOutput
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