pub struct GetStorageBoxParams {
pub id: i64,
}Expand description
struct for passing parameters to the method get_storage_box
Fields§
§id: i64ID of the Storage Box.
Trait Implementations§
Source§impl Clone for GetStorageBoxParams
impl Clone for GetStorageBoxParams
Source§fn clone(&self) -> GetStorageBoxParams
fn clone(&self) -> GetStorageBoxParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetStorageBoxParams
impl Debug for GetStorageBoxParams
Source§impl Default for GetStorageBoxParams
impl Default for GetStorageBoxParams
Source§fn default() -> GetStorageBoxParams
fn default() -> GetStorageBoxParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetStorageBoxParams
impl RefUnwindSafe for GetStorageBoxParams
impl Send for GetStorageBoxParams
impl Sync for GetStorageBoxParams
impl Unpin for GetStorageBoxParams
impl UnsafeUnpin for GetStorageBoxParams
impl UnwindSafe for GetStorageBoxParams
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