pub struct ZedApp;Expand description
Zed.dev 应用配置
Implementations§
Auto Trait Implementations§
impl Freeze for ZedApp
impl RefUnwindSafe for ZedApp
impl Send for ZedApp
impl Sync for ZedApp
impl Unpin for ZedApp
impl UnwindSafe for ZedApp
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