pub struct NoExpectedDomain;Expand description
A context with no signature metadata. Ambiguous bare enum members stay rejected. Used by callers that intentionally need context-free parsing.
Trait Implementations§
Source§impl Clone for NoExpectedDomain
impl Clone for NoExpectedDomain
Source§fn clone(&self) -> NoExpectedDomain
fn clone(&self) -> NoExpectedDomain
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 NoExpectedDomain
Source§impl Debug for NoExpectedDomain
impl Debug for NoExpectedDomain
Source§impl Default for NoExpectedDomain
impl Default for NoExpectedDomain
Source§fn default() -> NoExpectedDomain
fn default() -> NoExpectedDomain
Returns the “default value” for a type. Read more
Source§impl ExpectedDomain for NoExpectedDomain
impl ExpectedDomain for NoExpectedDomain
Auto Trait Implementations§
impl Freeze for NoExpectedDomain
impl RefUnwindSafe for NoExpectedDomain
impl Send for NoExpectedDomain
impl Sync for NoExpectedDomain
impl Unpin for NoExpectedDomain
impl UnsafeUnpin for NoExpectedDomain
impl UnwindSafe for NoExpectedDomain
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