Struct zed2::languages::PLAIN_TEXT
source · pub struct PLAIN_TEXT { /* private fields */ }
Trait Implementations§
source§impl Deref for PLAIN_TEXT
impl Deref for PLAIN_TEXT
impl LazyStatic for PLAIN_TEXT
Auto Trait Implementations§
impl RefUnwindSafe for PLAIN_TEXT
impl Send for PLAIN_TEXT
impl Sync for PLAIN_TEXT
impl Unpin for PLAIN_TEXT
impl UnwindSafe for PLAIN_TEXT
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