pub struct Heredoc {
pub delimiter: String,
pub file_descriptor: Option<u32>,
pub strip_tabs: bool,
pub expand: bool,
pub content: String,
pub marker_span: SourceSpan,
pub content_span: SourceSpan,
pub terminator_span: Option<SourceSpan>,
}Fields§
§delimiter: String§file_descriptor: Option<u32>§strip_tabs: bool§expand: bool§content: String§marker_span: SourceSpan§content_span: SourceSpan§terminator_span: Option<SourceSpan>Trait Implementations§
impl Eq for Heredoc
impl StructuralPartialEq for Heredoc
Auto Trait Implementations§
impl Freeze for Heredoc
impl RefUnwindSafe for Heredoc
impl Send for Heredoc
impl Sync for Heredoc
impl Unpin for Heredoc
impl UnsafeUnpin for Heredoc
impl UnwindSafe for Heredoc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.