pub struct OctNode {
pub span: Range<u32>,
}Fields§
§span: Range<u32>Trait Implementations§
Source§impl FromStr for OctNode
impl FromStr for OctNode
Source§type Err = YggdrasilError<DejavuRule>
type Err = YggdrasilError<DejavuRule>
The associated error which can be returned from parsing.
Source§fn from_str(input: &str) -> Result<Self, YggdrasilError<DejavuRule>>
fn from_str(input: &str) -> Result<Self, YggdrasilError<DejavuRule>>
Parses a string
s to return a value of this type. Read moreAuto Trait Implementations§
impl Freeze for OctNode
impl RefUnwindSafe for OctNode
impl Send for OctNode
impl Sync for OctNode
impl Unpin for OctNode
impl UnwindSafe for OctNode
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