pub struct RuntimeReleaseObjectParams {
pub object_id: String,
}Expand description
Typed params for Runtime.releaseObject.
Fields§
§object_id: StringRemote object id to release.
Trait Implementations§
Source§impl Clone for RuntimeReleaseObjectParams
impl Clone for RuntimeReleaseObjectParams
Source§fn clone(&self) -> RuntimeReleaseObjectParams
fn clone(&self) -> RuntimeReleaseObjectParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for RuntimeReleaseObjectParams
impl Command for RuntimeReleaseObjectParams
Source§impl Debug for RuntimeReleaseObjectParams
impl Debug for RuntimeReleaseObjectParams
Source§impl<'de> Deserialize<'de> for RuntimeReleaseObjectParams
impl<'de> Deserialize<'de> for RuntimeReleaseObjectParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeReleaseObjectParams
impl StructuralPartialEq for RuntimeReleaseObjectParams
Auto Trait Implementations§
impl Freeze for RuntimeReleaseObjectParams
impl RefUnwindSafe for RuntimeReleaseObjectParams
impl Send for RuntimeReleaseObjectParams
impl Sync for RuntimeReleaseObjectParams
impl Unpin for RuntimeReleaseObjectParams
impl UnsafeUnpin for RuntimeReleaseObjectParams
impl UnwindSafe for RuntimeReleaseObjectParams
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