pub struct WarichuSource {
pub path: Vec<usize>,
pub start_utf8: usize,
pub end_utf8: usize,
pub group: usize,
}Fields§
§path: Vec<usize>§start_utf8: usize§end_utf8: usize§group: usizeTrait Implementations§
Source§impl Clone for WarichuSource
impl Clone for WarichuSource
Source§fn clone(&self) -> WarichuSource
fn clone(&self) -> WarichuSource
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 moreSource§impl Debug for WarichuSource
impl Debug for WarichuSource
Auto Trait Implementations§
impl Freeze for WarichuSource
impl RefUnwindSafe for WarichuSource
impl Send for WarichuSource
impl Sync for WarichuSource
impl Unpin for WarichuSource
impl UnsafeUnpin for WarichuSource
impl UnwindSafe for WarichuSource
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