pub struct GetBatchInput {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Debug for GetBatchInput
impl Debug for GetBatchInput
Auto Trait Implementations§
impl Freeze for GetBatchInput
impl RefUnwindSafe for GetBatchInput
impl Send for GetBatchInput
impl Sync for GetBatchInput
impl Unpin for GetBatchInput
impl UnwindSafe for GetBatchInput
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