Struct cyfs_lib::GetDirByFileRequest
source · [−]pub struct GetDirByFileRequest {
pub file_id: NamedObjectId<NamedObjType<FileDescContent, FileBodyContent>>,
pub flags: u32,
}
Fields
file_id: NamedObjectId<NamedObjType<FileDescContent, FileBodyContent>>
flags: u32
Auto Trait Implementations
impl RefUnwindSafe for GetDirByFileRequest
impl Send for GetDirByFileRequest
impl Sync for GetDirByFileRequest
impl Unpin for GetDirByFileRequest
impl UnwindSafe for GetDirByFileRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more