pub struct Immediate(/* private fields */);
Implementations§
Source§impl Immediate
impl Immediate
Sourcepub fn get_content(&self) -> &Data<String>
pub fn get_content(&self) -> &Data<String>
Returns a reference to the content if it is immediately available.
pub fn as_content(self) -> Data<String>
pub fn primary_textual_output(&self) -> Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Immediate
impl RefUnwindSafe for Immediate
impl Send for Immediate
impl Sync for Immediate
impl Unpin for Immediate
impl UnwindSafe for Immediate
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