pub struct ReseedRequest {
pub reference: String,
pub bee_url: String,
pub batch_id: String,
pub timeout: Duration,
}Fields§
§reference: String§bee_url: String§batch_id: String§timeout: DurationAuto Trait Implementations§
impl Freeze for ReseedRequest
impl RefUnwindSafe for ReseedRequest
impl Send for ReseedRequest
impl Sync for ReseedRequest
impl Unpin for ReseedRequest
impl UnsafeUnpin for ReseedRequest
impl UnwindSafe for ReseedRequest
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