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