pub struct GQLObject {
pub attributes: HashMap<String, String>,
}
Fields§
§attributes: HashMap<String, String>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GQLObject
impl Send for GQLObject
impl Sync for GQLObject
impl Unpin for GQLObject
impl UnwindSafe for GQLObject
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