Struct rust_chain::structs::BlockTimeStampType
source · [−]pub struct BlockTimeStampType {
pub slot: u32,
}
Expand description
Fields
slot: u32
Trait Implementations
sourceimpl Clone for BlockTimeStampType
impl Clone for BlockTimeStampType
sourcefn clone(&self) -> BlockTimeStampType
fn clone(&self) -> BlockTimeStampType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for BlockTimeStampType
impl Default for BlockTimeStampType
sourcefn default() -> BlockTimeStampType
fn default() -> BlockTimeStampType
Returns the “default value” for a type. Read more
sourceimpl Packer for BlockTimeStampType
impl Packer for BlockTimeStampType
sourceimpl TypeInfo for BlockTimeStampType
impl TypeInfo for BlockTimeStampType
impl Copy for BlockTimeStampType
Auto Trait Implementations
impl RefUnwindSafe for BlockTimeStampType
impl Send for BlockTimeStampType
impl Sync for BlockTimeStampType
impl Unpin for BlockTimeStampType
impl UnwindSafe for BlockTimeStampType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more