pub struct GetAssetOperation {
pub operation_id: String,
}Fields§
§operation_id: StringAuto Trait Implementations§
impl Freeze for GetAssetOperation
impl RefUnwindSafe for GetAssetOperation
impl Send for GetAssetOperation
impl Sync for GetAssetOperation
impl Unpin for GetAssetOperation
impl UnwindSafe for GetAssetOperation
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