pub struct Ws(pub Option<Whitespace>, pub Option<Whitespace>);
Expand description
First field is “minus/plus sign was used on the left part of the item”.
Second field is “minus/plus sign was used on the right part of the item”.
Tuple Fields§
§0: Option<Whitespace>
§1: Option<Whitespace>
Trait Implementations§
impl Copy for Ws
impl StructuralPartialEq for Ws
Auto Trait Implementations§
impl Freeze for Ws
impl RefUnwindSafe for Ws
impl Send for Ws
impl Sync for Ws
impl Unpin for Ws
impl UnwindSafe for Ws
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