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