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