pub struct ReplayXHRBuilder { /* private fields */ }Expand description
Builder for ReplayXHR.
Implementations§
Source§impl ReplayXHRBuilder
impl ReplayXHRBuilder
Sourcepub fn request_id<VALUE: Into<RequestId>>(&mut self, value: VALUE) -> &mut Self
pub fn request_id<VALUE: Into<RequestId>>(&mut self, value: VALUE) -> &mut Self
Identifier of XHR to replay.
Trait Implementations§
Source§impl Clone for ReplayXHRBuilder
impl Clone for ReplayXHRBuilder
Source§fn clone(&self) -> ReplayXHRBuilder
fn clone(&self) -> ReplayXHRBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReplayXHRBuilder
impl RefUnwindSafe for ReplayXHRBuilder
impl Send for ReplayXHRBuilder
impl Sync for ReplayXHRBuilder
impl Unpin for ReplayXHRBuilder
impl UnsafeUnpin for ReplayXHRBuilder
impl UnwindSafe for ReplayXHRBuilder
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