pub struct StringKindEntryOld {
pub count: u32,
pub kind: StringKind,
}Fields§
§count: u32§kind: StringKindTrait Implementations§
Source§impl Debug for StringKindEntryOld
impl Debug for StringKindEntryOld
Source§impl Serializable for StringKindEntryOld
impl Serializable for StringKindEntryOld
Auto Trait Implementations§
impl Freeze for StringKindEntryOld
impl RefUnwindSafe for StringKindEntryOld
impl Send for StringKindEntryOld
impl Sync for StringKindEntryOld
impl Unpin for StringKindEntryOld
impl UnwindSafe for StringKindEntryOld
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