pub struct DropGraph {
pub name: String,
}Expand description
DROP GRAPH name — remove a projected graph.
Fields§
§name: StringTrait Implementations§
impl StructuralPartialEq for DropGraph
Auto Trait Implementations§
impl Freeze for DropGraph
impl RefUnwindSafe for DropGraph
impl Send for DropGraph
impl Sync for DropGraph
impl Unpin for DropGraph
impl UnsafeUnpin for DropGraph
impl UnwindSafe for DropGraph
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