Struct decthings_api::rpc::model::GetFilesystemUsageParams
source · pub struct GetFilesystemUsageParams<'a> {
pub model_id: &'a str,
}
Fields§
§model_id: &'a str
The model’s id.
Trait Implementations§
source§impl<'a> Clone for GetFilesystemUsageParams<'a>
impl<'a> Clone for GetFilesystemUsageParams<'a>
source§fn clone(&self) -> GetFilesystemUsageParams<'a>
fn clone(&self) -> GetFilesystemUsageParams<'a>
Returns a copy 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<'a> Debug for GetFilesystemUsageParams<'a>
impl<'a> Debug for GetFilesystemUsageParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetFilesystemUsageParams<'a>
impl<'a> RefUnwindSafe for GetFilesystemUsageParams<'a>
impl<'a> Send for GetFilesystemUsageParams<'a>
impl<'a> Sync for GetFilesystemUsageParams<'a>
impl<'a> Unpin for GetFilesystemUsageParams<'a>
impl<'a> UnwindSafe for GetFilesystemUsageParams<'a>
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