Struct harriet::BlankNodePropertyList
source · [−]pub struct BlankNodePropertyList<'a> {
pub list: PredicateObjectList<'a>,
pub trailing_whitespace: Option<Whitespace<'a>>,
}Fields
list: PredicateObjectList<'a>trailing_whitespace: Option<Whitespace<'a>>Trait Implementations
sourceimpl<'a> Clone for BlankNodePropertyList<'a>
impl<'a> Clone for BlankNodePropertyList<'a>
sourcefn clone(&self) -> BlankNodePropertyList<'a>
fn clone(&self) -> BlankNodePropertyList<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for BlankNodePropertyList<'a>
impl<'a> Debug for BlankNodePropertyList<'a>
sourceimpl<'a> PartialEq<BlankNodePropertyList<'a>> for BlankNodePropertyList<'a>
impl<'a> PartialEq<BlankNodePropertyList<'a>> for BlankNodePropertyList<'a>
sourcefn eq(&self, other: &BlankNodePropertyList<'a>) -> bool
fn eq(&self, other: &BlankNodePropertyList<'a>) -> bool
impl<'a> Eq for BlankNodePropertyList<'a>
impl<'a> StructuralEq for BlankNodePropertyList<'a>
impl<'a> StructuralPartialEq for BlankNodePropertyList<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for BlankNodePropertyList<'a>
impl<'a> Send for BlankNodePropertyList<'a>
impl<'a> Sync for BlankNodePropertyList<'a>
impl<'a> Unpin for BlankNodePropertyList<'a>
impl<'a> UnwindSafe for BlankNodePropertyList<'a>
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