pub struct NoExpectedDomain;Expand description
A context with no signature metadata. Ambiguous bare enum members remain structured with their catalog candidates. Used by callers that intentionally need context-free parsing.
Trait Implementations§
Source§impl Clone for NoExpectedDomain
impl Clone for NoExpectedDomain
impl Copy for NoExpectedDomain
Source§impl Debug for NoExpectedDomain
impl Debug for NoExpectedDomain
Source§impl Default for NoExpectedDomain
impl Default for NoExpectedDomain
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