Struct json_ld::ConflictingIndexes
source · [−]pub struct ConflictingIndexes<T, B, M> {
pub node_id: Meta<Id<T, B>, M>,
pub defined_index: String,
pub conflicting_index: String,
}
Fields
node_id: Meta<Id<T, B>, M>
defined_index: String
conflicting_index: String
Trait Implementations
sourceimpl<T, B, M> Clone for ConflictingIndexes<T, B, M>where
T: Clone,
B: Clone,
M: Clone,
impl<T, B, M> Clone for ConflictingIndexes<T, B, M>where
T: Clone,
B: Clone,
M: Clone,
sourcefn clone(&self) -> ConflictingIndexes<T, B, M>
fn clone(&self) -> ConflictingIndexes<T, B, M>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<T, B, M> RefUnwindSafe for ConflictingIndexes<T, B, M>where
B: RefUnwindSafe,
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, B, M> Send for ConflictingIndexes<T, B, M>where
B: Send,
M: Send,
T: Send,
impl<T, B, M> Sync for ConflictingIndexes<T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<T, B, M> Unpin for ConflictingIndexes<T, B, M>where
B: Unpin,
M: Unpin,
T: Unpin,
impl<T, B, M> UnwindSafe for ConflictingIndexes<T, B, M>where
B: UnwindSafe,
M: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more