pub struct Colon<'a> {
pub whitespace_before: ParenthesizableWhitespace<'a>,
pub whitespace_after: ParenthesizableWhitespace<'a>,
}
Fields§
§whitespace_before: ParenthesizableWhitespace<'a>
§whitespace_after: ParenthesizableWhitespace<'a>
Trait Implementations§
impl<'a> Eq for Colon<'a>
impl<'a> StructuralPartialEq for Colon<'a>
Auto Trait Implementations§
impl<'a> Freeze for Colon<'a>
impl<'a> RefUnwindSafe for Colon<'a>
impl<'a> Send for Colon<'a>
impl<'a> Sync for Colon<'a>
impl<'a> Unpin for Colon<'a>
impl<'a> UnwindSafe for Colon<'a>
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