pub enum DynamicCallInfoLayout {
Fields12,
Fields13,
Fields15,
}Expand description
Version-selected shape of a dynamic call-information payload.
Variants§
Implementations§
Source§impl DynamicCallInfoLayout
impl DynamicCallInfoLayout
pub const fn string_count(self) -> usize
Trait Implementations§
Source§impl Clone for DynamicCallInfoLayout
impl Clone for DynamicCallInfoLayout
Source§fn clone(&self) -> DynamicCallInfoLayout
fn clone(&self) -> DynamicCallInfoLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DynamicCallInfoLayout
Source§impl Debug for DynamicCallInfoLayout
impl Debug for DynamicCallInfoLayout
impl Eq for DynamicCallInfoLayout
Source§impl Hash for DynamicCallInfoLayout
impl Hash for DynamicCallInfoLayout
Source§impl PartialEq for DynamicCallInfoLayout
impl PartialEq for DynamicCallInfoLayout
impl StructuralPartialEq for DynamicCallInfoLayout
Auto Trait Implementations§
impl Freeze for DynamicCallInfoLayout
impl RefUnwindSafe for DynamicCallInfoLayout
impl Send for DynamicCallInfoLayout
impl Sync for DynamicCallInfoLayout
impl Unpin for DynamicCallInfoLayout
impl UnsafeUnpin for DynamicCallInfoLayout
impl UnwindSafe for DynamicCallInfoLayout
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