Struct cyfs_lib::TransPublishFileInputResponse
source · [−]pub struct TransPublishFileInputResponse {
pub file_id: ObjectId,
}
Fields
file_id: ObjectId
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransPublishFileInputResponse
impl Send for TransPublishFileInputResponse
impl Sync for TransPublishFileInputResponse
impl Unpin for TransPublishFileInputResponse
impl UnwindSafe for TransPublishFileInputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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