pub struct PrimitiveInfo {
pub name: String,
pub kind: String,
}Expand description
Information about a registered primitive.
Fields§
§name: StringName of the primitive.
kind: StringType of primitive (Source, Handler, Sink).
Trait Implementations§
Source§impl Clone for PrimitiveInfo
impl Clone for PrimitiveInfo
Source§fn clone(&self) -> PrimitiveInfo
fn clone(&self) -> PrimitiveInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrimitiveInfo
impl RefUnwindSafe for PrimitiveInfo
impl Send for PrimitiveInfo
impl Sync for PrimitiveInfo
impl Unpin for PrimitiveInfo
impl UnsafeUnpin for PrimitiveInfo
impl UnwindSafe for PrimitiveInfo
Blanket Implementations§
Source§impl<T> ActonMessage for T
impl<T> ActonMessage for T
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