pub struct DropGraphOp {
pub graph: Option<String>,
pub silent: bool,
}Expand description
Drop (remove) a named graph.
Fields§
§graph: Option<String>Target graph (None = default graph).
silent: boolWhether to silently ignore errors.
Trait Implementations§
Source§impl Clone for DropGraphOp
impl Clone for DropGraphOp
Source§fn clone(&self) -> DropGraphOp
fn clone(&self) -> DropGraphOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DropGraphOp
impl RefUnwindSafe for DropGraphOp
impl Send for DropGraphOp
impl Sync for DropGraphOp
impl Unpin for DropGraphOp
impl UnwindSafe for DropGraphOp
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