pub struct NORECURSIVE;
Trait Implementations§
Source§impl Clone for NORECURSIVE
impl Clone for NORECURSIVE
Source§fn clone(&self) -> NORECURSIVE
fn clone(&self) -> NORECURSIVE
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NORECURSIVE
impl Debug for NORECURSIVE
Source§impl FromStr for NORECURSIVE
impl FromStr for NORECURSIVE
Source§impl Parse for NORECURSIVE
impl Parse for NORECURSIVE
type Output = NORECURSIVE
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for NORECURSIVE
Auto Trait Implementations§
impl Freeze for NORECURSIVE
impl RefUnwindSafe for NORECURSIVE
impl Send for NORECURSIVE
impl Sync for NORECURSIVE
impl Unpin for NORECURSIVE
impl UnwindSafe for NORECURSIVE
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