pub struct Time(/* private fields */);
Implementations§
Source§impl Time
impl Time
pub const FIELD_COUNT: usize = 1usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn timestamp(&self) -> Uint64
pub fn as_reader<'r>(&'r self) -> TimeReader<'r>
Trait Implementations§
Source§impl Entity for Time
impl Entity for Time
const NAME: &'static str = "Time"
type Builder = TimeBuilder
fn new_unchecked(data: Bytes) -> Time
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<Time, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<Time, VerificationError>
fn new_builder() -> <Time as Entity>::Builder
fn as_builder(self) -> <Time as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for Time
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnwindSafe for Time
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
)