pub struct NoPrimaryAiConfigSource;Expand description
Empty primary layer for local-only gcore.yaml resolution.
Trait Implementations§
Source§impl Clone for NoPrimaryAiConfigSource
impl Clone for NoPrimaryAiConfigSource
Source§fn clone(&self) -> NoPrimaryAiConfigSource
fn clone(&self) -> NoPrimaryAiConfigSource
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 moreimpl Copy for NoPrimaryAiConfigSource
Source§impl Debug for NoPrimaryAiConfigSource
impl Debug for NoPrimaryAiConfigSource
Source§impl Default for NoPrimaryAiConfigSource
impl Default for NoPrimaryAiConfigSource
Source§fn default() -> NoPrimaryAiConfigSource
fn default() -> NoPrimaryAiConfigSource
Returns the “default value” for a type. Read more
impl Eq for NoPrimaryAiConfigSource
Source§impl PartialEq for NoPrimaryAiConfigSource
impl PartialEq for NoPrimaryAiConfigSource
Source§fn eq(&self, other: &NoPrimaryAiConfigSource) -> bool
fn eq(&self, other: &NoPrimaryAiConfigSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoPrimaryAiConfigSource
Auto Trait Implementations§
impl Freeze for NoPrimaryAiConfigSource
impl RefUnwindSafe for NoPrimaryAiConfigSource
impl Send for NoPrimaryAiConfigSource
impl Sync for NoPrimaryAiConfigSource
impl Unpin for NoPrimaryAiConfigSource
impl UnsafeUnpin for NoPrimaryAiConfigSource
impl UnwindSafe for NoPrimaryAiConfigSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.