pub struct ExternalCodeBlock {
pub language: String,
pub original: String,
pub formatter_input: String,
pub hashpipe_prefix: Option<String>,
}Fields§
§language: String§original: String§formatter_input: String§hashpipe_prefix: Option<String>Trait Implementations§
Source§impl Clone for ExternalCodeBlock
impl Clone for ExternalCodeBlock
Source§fn clone(&self) -> ExternalCodeBlock
fn clone(&self) -> ExternalCodeBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalCodeBlock
impl RefUnwindSafe for ExternalCodeBlock
impl Send for ExternalCodeBlock
impl Sync for ExternalCodeBlock
impl Unpin for ExternalCodeBlock
impl UnsafeUnpin for ExternalCodeBlock
impl UnwindSafe for ExternalCodeBlock
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