pub struct CommaView {
pub comma: Comma,
}Fields§
§comma: CommaTrait Implementations§
impl Copy for CommaView
impl Eq for CommaView
impl StructuralPartialEq for CommaView
Auto Trait Implementations§
impl Freeze for CommaView
impl RefUnwindSafe for CommaView
impl Send for CommaView
impl Sync for CommaView
impl Unpin for CommaView
impl UnwindSafe for CommaView
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