Struct DataCallId
pub struct DataCallId(u32);Tuple Fields§
§0: u32Implementations§
§impl DataCallId
impl DataCallId
Trait Implementations§
§impl Clone for DataCallId
impl Clone for DataCallId
§fn clone(&self) -> DataCallId
fn clone(&self) -> DataCallId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DataCallId
impl Debug for DataCallId
impl Copy for DataCallId
Auto Trait Implementations§
impl Freeze for DataCallId
impl RefUnwindSafe for DataCallId
impl Send for DataCallId
impl Sync for DataCallId
impl Unpin for DataCallId
impl UnwindSafe for DataCallId
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