pub enum PegScope {
Local = 1,
National = 2,
Global = 3,
NationalExcludingLocal = 4,
}
Variants§
Implementations§
Source§impl PegScope
impl PegScope
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for PegScope
impl IntoFixValue for PegScope
impl Copy for PegScope
impl Eq for PegScope
impl StructuralPartialEq for PegScope
Auto Trait Implementations§
impl Freeze for PegScope
impl RefUnwindSafe for PegScope
impl Send for PegScope
impl Sync for PegScope
impl Unpin for PegScope
impl UnwindSafe for PegScope
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