pub struct UpdatePlatform {
pub name: Option<String>,
}Available on crate feature
utils only.Expand description
Builder for updating a platform’s fields.
Fields left as None are not modified.
Fields§
§name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for UpdatePlatform
impl Clone for UpdatePlatform
Source§fn clone(&self) -> UpdatePlatform
fn clone(&self) -> UpdatePlatform
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 UpdatePlatform
impl Debug for UpdatePlatform
Source§impl Default for UpdatePlatform
impl Default for UpdatePlatform
Source§fn default() -> UpdatePlatform
fn default() -> UpdatePlatform
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdatePlatform
impl RefUnwindSafe for UpdatePlatform
impl Send for UpdatePlatform
impl Sync for UpdatePlatform
impl Unpin for UpdatePlatform
impl UnsafeUnpin for UpdatePlatform
impl UnwindSafe for UpdatePlatform
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