pub struct Parentheses(pub Span);
Expand description
The delimiters (
)
.
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for Parentheses
impl Clone for Parentheses
Source§fn clone(&self) -> Parentheses
fn clone(&self) -> Parentheses
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 Parentheses
impl Debug for Parentheses
Source§impl Delimiters for Parentheses
impl Delimiters for Parentheses
Source§impl From<Span> for Parentheses
impl From<Span> for Parentheses
Source§impl Hash for Parentheses
impl Hash for Parentheses
Source§impl Ord for Parentheses
impl Ord for Parentheses
Source§impl PartialEq for Parentheses
impl PartialEq for Parentheses
Source§impl PartialOrd for Parentheses
impl PartialOrd for Parentheses
impl Eq for Parentheses
Auto Trait Implementations§
impl Freeze for Parentheses
impl RefUnwindSafe for Parentheses
impl Send for Parentheses
impl Sync for Parentheses
impl Unpin for Parentheses
impl UnwindSafe for Parentheses
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