pub enum BlankNode<M> {
Label(BlankIdBuf),
Anonymous(Meta<BlankNodePropertyList<M>, M>),
}
Variants§
Label(BlankIdBuf)
Anonymous(Meta<BlankNodePropertyList<M>, M>)
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for BlankNode<M>where
M: Freeze,
impl<M> RefUnwindSafe for BlankNode<M>where
M: RefUnwindSafe,
impl<M> Send for BlankNode<M>where
M: Send,
impl<M> Sync for BlankNode<M>where
M: Sync,
impl<M> Unpin for BlankNode<M>where
M: Unpin,
impl<M> UnwindSafe for BlankNode<M>where
M: UnwindSafe,
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