pub struct CreateGraphOp {
pub graph: String,
pub silent: bool,
}Expand description
Create a new named graph.
Fields§
§graph: StringIRI of the graph to create.
silent: boolWhether to silently ignore if graph already exists.
Trait Implementations§
Source§impl Clone for CreateGraphOp
impl Clone for CreateGraphOp
Source§fn clone(&self) -> CreateGraphOp
fn clone(&self) -> CreateGraphOp
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 CreateGraphOp
impl RefUnwindSafe for CreateGraphOp
impl Send for CreateGraphOp
impl Sync for CreateGraphOp
impl Unpin for CreateGraphOp
impl UnwindSafe for CreateGraphOp
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