Struct pgrx_sql_entity_graph::NameMacro
source · pub struct NameMacro {
pub ident: String,
pub used_ty: UsedType,
}
Fields§
§ident: String
§used_ty: UsedType
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NameMacro
impl !Send for NameMacro
impl !Sync for NameMacro
impl Unpin for NameMacro
impl UnwindSafe for NameMacro
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