Enum makepad_studio::file_system::file_system::OpenDoc
source · pub enum OpenDoc {
Decorations(DecorationSet),
Document(Document),
}Variants§
Decorations(DecorationSet)
Document(Document)
Auto Trait Implementations§
impl !RefUnwindSafe for OpenDoc
impl !Send for OpenDoc
impl !Sync for OpenDoc
impl Unpin for OpenDoc
impl !UnwindSafe for OpenDoc
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