pub struct TimestampNanoSeconds<I>(/* private fields */);Trait Implementations§
Source§impl<I> BorshDeserializeAs<Timestamp> for TimestampNanoSeconds<I>
impl<I> BorshDeserializeAs<Timestamp> for TimestampNanoSeconds<I>
Source§impl<I> BorshSchemaAs<Timestamp> for TimestampNanoSeconds<I>where
I: BorshSchema,
impl<I> BorshSchemaAs<Timestamp> for TimestampNanoSeconds<I>where
I: BorshSchema,
fn declaration_as() -> Declaration
fn add_definitions_recursively_as( definitions: &mut BTreeMap<Declaration, Definition>, )
Auto Trait Implementations§
impl<I> Freeze for TimestampNanoSeconds<I>
impl<I> RefUnwindSafe for TimestampNanoSeconds<I>where
I: RefUnwindSafe,
impl<I> Send for TimestampNanoSeconds<I>where
I: Send,
impl<I> Sync for TimestampNanoSeconds<I>where
I: Sync,
impl<I> Unpin for TimestampNanoSeconds<I>where
I: Unpin,
impl<I> UnsafeUnpin for TimestampNanoSeconds<I>
impl<I> UnwindSafe for TimestampNanoSeconds<I>where
I: UnwindSafe,
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