pub struct DefaultValue<'a> {
pub value: Value<'a>,
pub span: Span,
}Expand description
= Value
Fields§
§value: Value<'a>§span: SpanStarts at the = token.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for DefaultValue<'a>
impl<'a> !Send for DefaultValue<'a>
impl<'a> !Sync for DefaultValue<'a>
impl<'a> !UnwindSafe for DefaultValue<'a>
impl<'a> Freeze for DefaultValue<'a>
impl<'a> Unpin for DefaultValue<'a>
impl<'a> UnsafeUnpin for DefaultValue<'a>
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