pub struct InteractiveFormat;Implementations§
Trait Implementations§
Source§impl Clone for InteractiveFormat
impl Clone for InteractiveFormat
Source§fn clone(&self) -> InteractiveFormat
fn clone(&self) -> InteractiveFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ContentFormat for InteractiveFormat
impl ContentFormat for InteractiveFormat
fn expected_extensions(&self) -> &[&str]
fn script_is_acceptable(&self, _script: &str) -> bool
fn script_to_content( &self, _cxt: &ContextHandle, _script: &str, ) -> Result<Box<dyn Content>, Box<dyn Error>>
fn path_is_acceptable(&self, path: &Path) -> bool
Source§impl Debug for InteractiveFormat
impl Debug for InteractiveFormat
Source§impl Default for InteractiveFormat
impl Default for InteractiveFormat
Source§fn default() -> InteractiveFormat
fn default() -> InteractiveFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InteractiveFormat
impl RefUnwindSafe for InteractiveFormat
impl Send for InteractiveFormat
impl Sync for InteractiveFormat
impl Unpin for InteractiveFormat
impl UnwindSafe for InteractiveFormat
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