pub struct RecordPack(/* private fields */);Implementations§
Source§impl RecordPack
impl RecordPack
pub fn with_descriptor(descriptor: Value) -> Self
pub fn with_record<R>(record: R) -> Selfwhere
R: FlowRecord,
pub fn inner(&self) -> &Value
Trait Implementations§
Source§impl TryFrom<RecordPack> for Value
impl TryFrom<RecordPack> for Value
Source§type Error = ValueWriteError
type Error = ValueWriteError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for RecordPack
impl RefUnwindSafe for RecordPack
impl Send for RecordPack
impl Sync for RecordPack
impl Unpin for RecordPack
impl UnwindSafe for RecordPack
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