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