pub struct SyncPullRequest {
pub session_id: String,
pub connector_id: String,
pub page_size: usize,
pub max_batches: Option<usize>,
}Fields§
§session_id: String§connector_id: String§page_size: usize§max_batches: Option<usize>Trait Implementations§
Source§impl Clone for SyncPullRequest
impl Clone for SyncPullRequest
Source§fn clone(&self) -> SyncPullRequest
fn clone(&self) -> SyncPullRequest
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 SyncPullRequest
impl RefUnwindSafe for SyncPullRequest
impl Send for SyncPullRequest
impl Sync for SyncPullRequest
impl Unpin for SyncPullRequest
impl UnsafeUnpin for SyncPullRequest
impl UnwindSafe for SyncPullRequest
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