pub enum FigEditor {}Auto Trait Implementations§
impl Freeze for FigEditor
impl RefUnwindSafe for FigEditor
impl Send for FigEditor
impl Sync for FigEditor
impl Unpin for FigEditor
impl UnsafeUnpin for FigEditor
impl UnwindSafe for FigEditor
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