pub struct RDFStream {
pub name: String,
/* private fields */
}Expand description
Represents an RDF stream that feeds data into a window
Fields§
§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RDFStream
impl RefUnwindSafe for RDFStream
impl Send for RDFStream
impl Sync for RDFStream
impl Unpin for RDFStream
impl UnwindSafe for RDFStream
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