pub struct DirectoryAsp {
pub codeId: Option<i32>,
pub creationTime: Option<String>,
pub etag: Option<String>,
pub kind: Option<String>,
pub lastTimeUsed: Option<String>,
pub name: Option<String>,
pub userKey: Option<String>,
}Fields§
§codeId: Option<i32>§creationTime: Option<String>§etag: Option<String>§kind: Option<String>§lastTimeUsed: Option<String>§name: Option<String>§userKey: Option<String>Trait Implementations§
Source§impl Debug for DirectoryAsp
impl Debug for DirectoryAsp
Source§impl<'de> Deserialize<'de> for DirectoryAsp
impl<'de> Deserialize<'de> for DirectoryAsp
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 DirectoryAsp
impl RefUnwindSafe for DirectoryAsp
impl Send for DirectoryAsp
impl Sync for DirectoryAsp
impl Unpin for DirectoryAsp
impl UnwindSafe for DirectoryAsp
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