pub struct modulecode(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
Source§impl Clone for modulecode
impl Clone for modulecode
Source§fn clone(&self) -> modulecode
fn clone(&self) -> modulecode
Returns a duplicate of the value. Read more
1.0.0 · 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 modulecode
impl Debug for modulecode
Source§impl<'a> Parse<'a> for modulecode
impl<'a> Parse<'a> for modulecode
Source§impl Peek for modulecode
impl Peek for modulecode
impl Copy for modulecode
Auto Trait Implementations§
impl Freeze for modulecode
impl RefUnwindSafe for modulecode
impl Send for modulecode
impl Sync for modulecode
impl Unpin for modulecode
impl UnwindSafe for modulecode
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