Struct nix_compat::nix_daemon::types::TraceLine
source · pub struct TraceLine {
have_pos: IgnoredZero,
hint: String,
}
Fields§
§have_pos: IgnoredZero
§hint: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceLine
impl RefUnwindSafe for TraceLine
impl Send for TraceLine
impl Sync for TraceLine
impl Unpin for TraceLine
impl UnwindSafe for TraceLine
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