pub struct PruneRuntimeRequest {
pub runtime_id: String,
}Fields§
§runtime_id: StringTrait Implementations§
Source§impl Debug for PruneRuntimeRequest
impl Debug for PruneRuntimeRequest
Source§impl<'de> Deserialize<'de> for PruneRuntimeRequest
impl<'de> Deserialize<'de> for PruneRuntimeRequest
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PruneRuntimeRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PruneRuntimeRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PruneRuntimeRequest
impl RefUnwindSafe for PruneRuntimeRequest
impl Send for PruneRuntimeRequest
impl Sync for PruneRuntimeRequest
impl Unpin for PruneRuntimeRequest
impl UnsafeUnpin for PruneRuntimeRequest
impl UnwindSafe for PruneRuntimeRequest
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