pub struct Alua {
pub ana_group_id: Option<Option<Decimal>>,
}Fields§
§ana_group_id: Option<Option<Decimal>>The ANA group id for this volume.
This shall contain the ANA group id for this volume.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Alua
impl<'de> Deserialize<'de> for Alua
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Send for Alua
SAFETY: All generated data types are Send
impl Sync for Alua
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for Alua
impl RefUnwindSafe for Alua
impl Unpin for Alua
impl UnsafeUnpin for Alua
impl UnwindSafe for Alua
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