pub struct LocalRange { /* private fields */ }Implementations§
Source§impl LocalRange
impl LocalRange
pub fn create(message: &str) -> Result<Self>
pub fn create_from_c_str(message: &CStr) -> Self
pub fn from_attributes(attributes: EventAttributes<'_>) -> Self
Trait Implementations§
Source§impl Debug for LocalRange
impl Debug for LocalRange
Source§impl Drop for LocalRange
impl Drop for LocalRange
Auto Trait Implementations§
impl !Send for LocalRange
impl !Sync for LocalRange
impl Freeze for LocalRange
impl RefUnwindSafe for LocalRange
impl Unpin for LocalRange
impl UnsafeUnpin for LocalRange
impl UnwindSafe for LocalRange
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