pub struct ProcedureName {
pub parts: Vec<String>,
pub span: Span,
}Fields§
§parts: Vec<String>§span: SpanTrait Implementations§
Source§impl Clone for ProcedureName
impl Clone for ProcedureName
Source§fn clone(&self) -> ProcedureName
fn clone(&self) -> ProcedureName
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 moreAuto Trait Implementations§
impl Freeze for ProcedureName
impl RefUnwindSafe for ProcedureName
impl Send for ProcedureName
impl Sync for ProcedureName
impl Unpin for ProcedureName
impl UnsafeUnpin for ProcedureName
impl UnwindSafe for ProcedureName
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