Trait nu_protocol::value::U64Ext [−][src]
pub trait U64Ext {
fn to_untagged_value(&self) -> UntaggedValue;
fn to_value(&self, tag: Tag) -> Value;
fn to_value_create_tag(&self) -> Value;
fn to_filesize_untagged_value(&self) -> UntaggedValue;
fn to_filesize_value(&self, tag: Tag) -> Value;
fn to_duration_untagged_value(&self) -> UntaggedValue;
fn to_duration_value(&self, tag: Tag) -> Value;
}Required methods
fn to_untagged_value(&self) -> UntaggedValue[src]
fn to_value(&self, tag: Tag) -> Value[src]
fn to_value_create_tag(&self) -> Value[src]
fn to_filesize_untagged_value(&self) -> UntaggedValue[src]
fn to_filesize_value(&self, tag: Tag) -> Value[src]
fn to_duration_untagged_value(&self) -> UntaggedValue[src]
fn to_duration_value(&self, tag: Tag) -> Value[src]
Implementations on Foreign Types
impl U64Ext for u64[src]
impl U64Ext for u64[src]