pub struct DurationMicroSeconds<I = u64>(/* private fields */);Trait Implementations§
Source§impl<I> BorshDeserializeAs<Duration> for DurationMicroSeconds<I>
impl<I> BorshDeserializeAs<Duration> for DurationMicroSeconds<I>
Source§impl<I> BorshSchemaAs<Duration> for DurationMicroSeconds<I>where
I: BorshSchema,
impl<I> BorshSchemaAs<Duration> for DurationMicroSeconds<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 DurationMicroSeconds<I>
impl<I> RefUnwindSafe for DurationMicroSeconds<I>where
I: RefUnwindSafe,
impl<I> Send for DurationMicroSeconds<I>where
I: Send,
impl<I> Sync for DurationMicroSeconds<I>where
I: Sync,
impl<I> Unpin for DurationMicroSeconds<I>where
I: Unpin,
impl<I> UnsafeUnpin for DurationMicroSeconds<I>
impl<I> UnwindSafe for DurationMicroSeconds<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