#[repr(C)]pub struct DebugStringAnnotation {
pub key: &'static str,
pub value: String,
}
Fields§
§key: &'static str
§value: String
Trait Implementations§
Source§impl ExternType for DebugStringAnnotation
impl ExternType for DebugStringAnnotation
Auto Trait Implementations§
impl Freeze for DebugStringAnnotation
impl RefUnwindSafe for DebugStringAnnotation
impl Send for DebugStringAnnotation
impl Sync for DebugStringAnnotation
impl Unpin for DebugStringAnnotation
impl UnwindSafe for DebugStringAnnotation
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