pub struct CompletionContextSlice<'a> {
pub slice: &'a str,
pub allow_without_braces: bool,
}Fields§
§slice: &'a str§allow_without_braces: boolAuto Trait Implementations§
impl<'a> Freeze for CompletionContextSlice<'a>
impl<'a> RefUnwindSafe for CompletionContextSlice<'a>
impl<'a> Send for CompletionContextSlice<'a>
impl<'a> Sync for CompletionContextSlice<'a>
impl<'a> Unpin for CompletionContextSlice<'a>
impl<'a> UnsafeUnpin for CompletionContextSlice<'a>
impl<'a> UnwindSafe for CompletionContextSlice<'a>
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