Struct concordium_std::AttributesCursor
source · [−]pub struct AttributesCursor { /* private fields */ }Expand description
A type representing the attributes, lazily acquired from the host.
Trait Implementations
sourceimpl Default for AttributesCursor
impl Default for AttributesCursor
sourcefn default() -> AttributesCursor
fn default() -> AttributesCursor
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AttributesCursor
impl Send for AttributesCursor
impl Sync for AttributesCursor
impl Unpin for AttributesCursor
impl UnwindSafe for AttributesCursor
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