pub struct PatchSparkAppRequest { /* private fields */ }Expand description
更新妙搭应用信息请求。
Implementations§
Trait Implementations§
Source§impl Clone for PatchSparkAppRequest
impl Clone for PatchSparkAppRequest
Source§fn clone(&self) -> PatchSparkAppRequest
fn clone(&self) -> PatchSparkAppRequest
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for PatchSparkAppRequest
impl !UnwindSafe for PatchSparkAppRequest
impl Freeze for PatchSparkAppRequest
impl Send for PatchSparkAppRequest
impl Sync for PatchSparkAppRequest
impl Unpin for PatchSparkAppRequest
impl UnsafeUnpin for PatchSparkAppRequest
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