#[repr(C)]pub struct GspellEntry { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GspellEntry
impl RefUnwindSafe for GspellEntry
impl !Send for GspellEntry
impl !Sync for GspellEntry
impl !Unpin for GspellEntry
impl UnwindSafe for GspellEntry
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