#[repr(C)]pub struct ManualUpdateParameters {
pub target_revision: ComponentRevision,
}Fields§
§target_revision: ComponentRevisionTrait Implementations§
Source§impl Clone for ManualUpdateParameters
impl Clone for ManualUpdateParameters
Source§fn clone(&self) -> ManualUpdateParameters
fn clone(&self) -> ManualUpdateParameters
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 Debug for ManualUpdateParameters
impl Debug for ManualUpdateParameters
impl Copy for ManualUpdateParameters
Auto Trait Implementations§
impl Freeze for ManualUpdateParameters
impl RefUnwindSafe for ManualUpdateParameters
impl Send for ManualUpdateParameters
impl Sync for ManualUpdateParameters
impl Unpin for ManualUpdateParameters
impl UnsafeUnpin for ManualUpdateParameters
impl UnwindSafe for ManualUpdateParameters
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