pub struct RightBracket;
Trait Implementations§
Source§impl Clone for RightBracket
impl Clone for RightBracket
Source§fn clone(&self) -> RightBracket
fn clone(&self) -> RightBracket
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 RightBracket
impl Debug for RightBracket
Source§impl FromStr for RightBracket
impl FromStr for RightBracket
Source§impl Parse for RightBracket
impl Parse for RightBracket
type Output = RightBracket
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for RightBracket
Auto Trait Implementations§
impl Freeze for RightBracket
impl RefUnwindSafe for RightBracket
impl Send for RightBracket
impl Sync for RightBracket
impl Unpin for RightBracket
impl UnwindSafe for RightBracket
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