pub struct LogicalDrives {
pub odata: ODataLinks,
pub description: String,
pub member_type: String,
pub members_odata_count: i64,
pub name: String,
pub total: i64,
pub drive_type: String,
}Fields§
§odata: ODataLinks§description: String§member_type: String§members_odata_count: i64§name: String§total: i64§drive_type: StringTrait Implementations§
Source§impl Clone for LogicalDrives
impl Clone for LogicalDrives
Source§fn clone(&self) -> LogicalDrives
fn clone(&self) -> LogicalDrives
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LogicalDrives
impl Debug for LogicalDrives
Source§impl<'de> Deserialize<'de> for LogicalDrives
impl<'de> Deserialize<'de> for LogicalDrives
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
Auto Trait Implementations§
impl Freeze for LogicalDrives
impl RefUnwindSafe for LogicalDrives
impl Send for LogicalDrives
impl Sync for LogicalDrives
impl Unpin for LogicalDrives
impl UnsafeUnpin for LogicalDrives
impl UnwindSafe for LogicalDrives
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