pub struct BraceRule { /* private fields */ }
Expand description
波括弧ルール
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BraceRule
impl RefUnwindSafe for BraceRule
impl Send for BraceRule
impl Sync for BraceRule
impl Unpin for BraceRule
impl UnwindSafe for BraceRule
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