Struct rust_chain::structs::BlockTimeStampType  
source · [−]pub struct BlockTimeStampType {
    pub slot: u32,
}Expand description
Fields
slot: u32Trait 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 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl 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 Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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