[−][src]Struct concordium_std::Parameter 
A type representing the parameter to init and receive methods.
Trait Implementations
impl Default for Parameter[src]
impl HasParameter for Parameter[src]
impl Read for Parameter[src]
pub fn read(&mut self, buf: &mut [u8]) -> ParseResult<usize>[src]
pub fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), ParseError>[src]
pub fn read_u64(&mut self) -> Result<u64, ParseError>[src]
pub fn read_u32(&mut self) -> Result<u32, ParseError>[src]
pub fn read_u16(&mut self) -> Result<u16, ParseError>[src]
pub fn read_u8(&mut self) -> Result<u8, ParseError>[src]
pub fn read_i64(&mut self) -> Result<i64, ParseError>[src]
pub fn read_i32(&mut self) -> Result<i32, ParseError>[src]
pub fn read_i16(&mut self) -> Result<i16, ParseError>[src]
pub fn read_i8(&mut self) -> Result<i8, ParseError>[src]
Auto Trait Implementations
impl RefUnwindSafe for Parameter[src]
impl Send for Parameter[src]
impl Sync for Parameter[src]
impl Unpin for Parameter[src]
impl UnwindSafe for Parameter[src]
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<R, T> Get<T> for R where
    R: Read,
    T: Deserial, [src]
R: Read,
T: Deserial,
pub fn get(&mut self) -> Result<T, ParseError>[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,