pub struct OpenQuestionDecl {
pub span: Span,
pub text: StringLiteral,
}Expand description
open question "text"
Fields§
§span: Span§text: StringLiteralTrait Implementations§
Source§impl Clone for OpenQuestionDecl
impl Clone for OpenQuestionDecl
Source§fn clone(&self) -> OpenQuestionDecl
fn clone(&self) -> OpenQuestionDecl
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 Debug for OpenQuestionDecl
impl Debug for OpenQuestionDecl
Auto Trait Implementations§
impl Freeze for OpenQuestionDecl
impl RefUnwindSafe for OpenQuestionDecl
impl Send for OpenQuestionDecl
impl Sync for OpenQuestionDecl
impl Unpin for OpenQuestionDecl
impl UnsafeUnpin for OpenQuestionDecl
impl UnwindSafe for OpenQuestionDecl
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