pub struct AssemblyUpdate {
pub base: Option<ResourceUpdate>,
}Expand description
Update struct corresponding to Assembly
Fields§
§base: Option<ResourceUpdate>Implementations§
Trait Implementations§
Source§impl Debug for AssemblyUpdate
impl Debug for AssemblyUpdate
Source§impl Default for AssemblyUpdate
impl Default for AssemblyUpdate
Source§fn default() -> AssemblyUpdate
fn default() -> AssemblyUpdate
Returns the “default value” for a type. Read more
Source§impl Serialize for AssemblyUpdate
impl Serialize for AssemblyUpdate
Auto Trait Implementations§
impl Freeze for AssemblyUpdate
impl RefUnwindSafe for AssemblyUpdate
impl Send for AssemblyUpdate
impl Sync for AssemblyUpdate
impl Unpin for AssemblyUpdate
impl UnsafeUnpin for AssemblyUpdate
impl UnwindSafe for AssemblyUpdate
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