pub struct ParenSeq {
pub close: u64,
pub open: u64,
}Expand description
括弧列
Fields§
§close: u64対応する(がない)の個数。
open: u64対応する)がない(の個数。
Implementations§
Trait Implementations§
impl Copy for ParenSeq
impl Eq for ParenSeq
impl StructuralPartialEq for ParenSeq
Auto Trait Implementations§
impl Freeze for ParenSeq
impl RefUnwindSafe for ParenSeq
impl Send for ParenSeq
impl Sync for ParenSeq
impl Unpin for ParenSeq
impl UnwindSafe for ParenSeq
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