Struct editor2::EditorReleased
source · pub struct EditorReleased(pub WeakView<Editor>);
Tuple Fields§
§0: WeakView<Editor>
Auto Trait Implementations§
impl !RefUnwindSafe for EditorReleased
impl Send for EditorReleased
impl Sync for EditorReleased
impl Unpin for EditorReleased
impl !UnwindSafe for EditorReleased
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