Struct flow_record::RecordDescriptor
source · pub struct RecordDescriptor { /* private fields */ }Implementations§
source§impl RecordDescriptor
impl RecordDescriptor
pub const fn new(name: String, fields: Vec<RecordField>) -> RecordDescriptor
Trait Implementations§
source§impl Clone for RecordDescriptor
impl Clone for RecordDescriptor
source§fn clone(&self) -> RecordDescriptor
fn clone(&self) -> RecordDescriptor
Returns a copy 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 moresource§impl Debug for RecordDescriptor
impl Debug for RecordDescriptor
source§impl Hash for RecordDescriptor
impl Hash for RecordDescriptor
source§impl PartialEq for RecordDescriptor
impl PartialEq for RecordDescriptor
source§impl Serialize for RecordDescriptor
impl Serialize for RecordDescriptor
source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for RecordDescriptor
impl StructuralPartialEq for RecordDescriptor
Auto Trait Implementations§
impl Freeze for RecordDescriptor
impl RefUnwindSafe for RecordDescriptor
impl Send for RecordDescriptor
impl Sync for RecordDescriptor
impl Unpin for RecordDescriptor
impl UnwindSafe for RecordDescriptor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)