pub struct RangeStartGuard { /* private fields */ }Expand description
The value is created using macro sparkles-macro::range_event_start!("name")
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeStartGuard
impl RefUnwindSafe for RangeStartGuard
impl !Send for RangeStartGuard
impl !Sync for RangeStartGuard
impl Unpin for RangeStartGuard
impl UnwindSafe for RangeStartGuard
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