pub struct BuildIdMismatchError { /* private fields */ }Expand description
GSYM build-identifier mismatch with bounded diagnostic data.
Implementations§
Source§impl BuildIdMismatchError
impl BuildIdMismatchError
Sourcepub const fn actual_len(&self) -> usize
pub const fn actual_len(&self) -> usize
Returns the total GSYM build-identifier length.
Sourcepub fn actual_prefix(&self) -> &[u8] ⓘ
pub fn actual_prefix(&self) -> &[u8] ⓘ
Returns at most the first 32 bytes of the GSYM build identifier.
Trait Implementations§
Source§impl Debug for BuildIdMismatchError
impl Debug for BuildIdMismatchError
Source§impl Display for BuildIdMismatchError
impl Display for BuildIdMismatchError
Source§impl Error for BuildIdMismatchError
impl Error for BuildIdMismatchError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for BuildIdMismatchError
impl RefUnwindSafe for BuildIdMismatchError
impl Send for BuildIdMismatchError
impl Sync for BuildIdMismatchError
impl Unpin for BuildIdMismatchError
impl UnsafeUnpin for BuildIdMismatchError
impl UnwindSafe for BuildIdMismatchError
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