pub struct ExplicitProjectionField {
pub field: &'static str,
pub required_projection: &'static str,
}Expand description
A formatting-only or ambient field that must not enter capture identity without an explicit, scenario-declared projection.
Fields§
§field: &'static strUnstable field category.
required_projection: &'static strRequired treatment before capture identity is computed.
Trait Implementations§
Source§impl Clone for ExplicitProjectionField
impl Clone for ExplicitProjectionField
Source§fn clone(&self) -> ExplicitProjectionField
fn clone(&self) -> ExplicitProjectionField
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 ExplicitProjectionField
Source§impl Debug for ExplicitProjectionField
impl Debug for ExplicitProjectionField
impl Eq for ExplicitProjectionField
Source§impl PartialEq for ExplicitProjectionField
impl PartialEq for ExplicitProjectionField
impl StructuralPartialEq for ExplicitProjectionField
Auto Trait Implementations§
impl Freeze for ExplicitProjectionField
impl RefUnwindSafe for ExplicitProjectionField
impl Send for ExplicitProjectionField
impl Sync for ExplicitProjectionField
impl Unpin for ExplicitProjectionField
impl UnsafeUnpin for ExplicitProjectionField
impl UnwindSafe for ExplicitProjectionField
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.