pub struct PutReport {
pub file_id: String,
pub is_new: bool,
pub transfers_created: usize,
}Expand description
put() の結果。
TopologyPutResultをre-exportせず、SDK面として安定させる。
Fields§
§file_id: String登録/更新されたファイルID。
is_new: bool新規登録 = true、更新 = false。
transfers_created: usize作成されたTransfer数。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutReport
impl RefUnwindSafe for PutReport
impl Send for PutReport
impl Sync for PutReport
impl Unpin for PutReport
impl UnsafeUnpin for PutReport
impl UnwindSafe for PutReport
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