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