pub struct Leave<'a> {
pub leave_span: Span,
pub label: Identifier<'a>,
}Expand description
MariaDB/MySQL LEAVE label statement.
LEAVE label
Fields§
§leave_span: Span§label: Identifier<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Leave<'a>
impl<'a> RefUnwindSafe for Leave<'a>
impl<'a> Send for Leave<'a>
impl<'a> Sync for Leave<'a>
impl<'a> Unpin for Leave<'a>
impl<'a> UnsafeUnpin for Leave<'a>
impl<'a> UnwindSafe for Leave<'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