Struct flow_record::RecordPack
source · pub struct RecordPack(/* private fields */);Implementations§
source§impl RecordPack
impl RecordPack
pub fn with_descriptor(descriptor: Value) -> RecordPack
pub fn with_record<R>(record: R) -> RecordPackwhere
R: Record,
pub fn inner(&self) -> &Value
Trait Implementations§
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