Struct rdf_types::InvalidBlankId
source · [−]pub struct InvalidBlankId;Expand description
Invalid blank node identifier.
This error is raised by the BlankId::new and BlankIdBuf::new functions
when the input string is not a valid blank node identifier.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidBlankId
impl Send for InvalidBlankId
impl Sync for InvalidBlankId
impl Unpin for InvalidBlankId
impl UnwindSafe for InvalidBlankId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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