pub struct UseGraph {
pub name: String,
}Expand description
USE GRAPH name — set the current graph context.
Fields§
§name: StringTrait Implementations§
impl StructuralPartialEq for UseGraph
Auto Trait Implementations§
impl Freeze for UseGraph
impl RefUnwindSafe for UseGraph
impl Send for UseGraph
impl Sync for UseGraph
impl Unpin for UseGraph
impl UnsafeUnpin for UseGraph
impl UnwindSafe for UseGraph
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