pub struct ResolvedIntegralNameMemoryConfig {
pub scope: IntegralNameScope,
pub contexts: IntegralNameContexts,
pub subsequent_form: SubsequentNameForm,
}Expand description
Integral-name-memory configuration with defaults resolved.
Fields§
§scope: IntegralNameScopeThe active scope boundary.
contexts: IntegralNameContextsThe active context participation mode.
subsequent_form: SubsequentNameFormThe contributor form used after the first mention.
Trait Implementations§
Source§impl Clone for ResolvedIntegralNameMemoryConfig
impl Clone for ResolvedIntegralNameMemoryConfig
Source§fn clone(&self) -> ResolvedIntegralNameMemoryConfig
fn clone(&self) -> ResolvedIntegralNameMemoryConfig
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 ResolvedIntegralNameMemoryConfig
impl Eq for ResolvedIntegralNameMemoryConfig
Source§impl PartialEq for ResolvedIntegralNameMemoryConfig
impl PartialEq for ResolvedIntegralNameMemoryConfig
Source§fn eq(&self, other: &ResolvedIntegralNameMemoryConfig) -> bool
fn eq(&self, other: &ResolvedIntegralNameMemoryConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolvedIntegralNameMemoryConfig
Auto Trait Implementations§
impl Freeze for ResolvedIntegralNameMemoryConfig
impl RefUnwindSafe for ResolvedIntegralNameMemoryConfig
impl Send for ResolvedIntegralNameMemoryConfig
impl Sync for ResolvedIntegralNameMemoryConfig
impl Unpin for ResolvedIntegralNameMemoryConfig
impl UnsafeUnpin for ResolvedIntegralNameMemoryConfig
impl UnwindSafe for ResolvedIntegralNameMemoryConfig
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.