pub struct ProjectProviderOptions { /* private fields */ }Expand description
Effective ordered provider options, including an explicitly empty or reset mapping.
Implementations§
Source§impl ProjectProviderOptions
impl ProjectProviderOptions
Sourcepub fn entries(&self) -> &[ProjectValue<ProjectProviderOption>]
pub fn entries(&self) -> &[ProjectValue<ProjectProviderOption>]
Returns valid option entries in effective mapping order.
Sourcepub fn unmodeled_entries(&self) -> &[ProjectFieldReference]
pub fn unmodeled_entries(&self) -> &[ProjectFieldReference]
Returns malformed, duplicate, or empty-key entries retained as evidence.
Trait Implementations§
Source§impl Clone for ProjectProviderOptions
impl Clone for ProjectProviderOptions
Source§fn clone(&self) -> ProjectProviderOptions
fn clone(&self) -> ProjectProviderOptions
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 ProjectProviderOptions
impl Debug for ProjectProviderOptions
impl Eq for ProjectProviderOptions
Source§impl PartialEq for ProjectProviderOptions
impl PartialEq for ProjectProviderOptions
impl StructuralPartialEq for ProjectProviderOptions
Auto Trait Implementations§
impl Freeze for ProjectProviderOptions
impl RefUnwindSafe for ProjectProviderOptions
impl Send for ProjectProviderOptions
impl Sync for ProjectProviderOptions
impl Unpin for ProjectProviderOptions
impl UnsafeUnpin for ProjectProviderOptions
impl UnwindSafe for ProjectProviderOptions
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