pub struct BatchedOperatioResult {
pub task_id: u64,
pub object_ids: Vec<String>,
}Fields§
§task_id: u64§object_ids: Vec<String>Trait Implementations§
Source§impl Debug for BatchedOperatioResult
impl Debug for BatchedOperatioResult
Source§impl<'de> Deserialize<'de> for BatchedOperatioResult
impl<'de> Deserialize<'de> for BatchedOperatioResult
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 BatchedOperatioResult
impl RefUnwindSafe for BatchedOperatioResult
impl Send for BatchedOperatioResult
impl Sync for BatchedOperatioResult
impl Unpin for BatchedOperatioResult
impl UnwindSafe for BatchedOperatioResult
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