pub struct EditorContext {
pub editor: Editor,
pub platform: Platform,
pub clients: ClientManager,
pub plugins: PluginCollection,
}Fields§
§editor: Editor§platform: Platform§clients: ClientManager§plugins: PluginCollectionImplementations§
Source§impl EditorContext
impl EditorContext
pub fn trigger_event_handlers(&mut self)
Auto Trait Implementations§
impl Freeze for EditorContext
impl !RefUnwindSafe for EditorContext
impl !Send for EditorContext
impl !Sync for EditorContext
impl Unpin for EditorContext
impl !UnwindSafe for EditorContext
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