pub struct Uninstall {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Uninstall
impl<'de> Deserialize<'de> for Uninstall
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
Source§impl Method for Uninstall
impl Method for Uninstall
const NAME: &'static str = "Extensions.uninstall"
type ReturnObject = UninstallReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for Uninstall
Auto Trait Implementations§
impl Freeze for Uninstall
impl RefUnwindSafe for Uninstall
impl Send for Uninstall
impl Sync for Uninstall
impl Unpin for Uninstall
impl UnwindSafe for Uninstall
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