pub struct AttributeReference {
pub name: String,
pub entity: Option<String>,
}Fields§
§name: String§entity: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttributeReference
impl RefUnwindSafe for AttributeReference
impl Send for AttributeReference
impl Sync for AttributeReference
impl Unpin for AttributeReference
impl UnsafeUnpin for AttributeReference
impl UnwindSafe for AttributeReference
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