pub struct SyncBucketJob {
pub bucket_id: Uuid,
pub target: SyncTarget,
}Expand description
Sync bucket job definition
Fields§
§bucket_id: Uuid§target: SyncTargetTrait Implementations§
Source§impl Clone for SyncBucketJob
impl Clone for SyncBucketJob
Source§fn clone(&self) -> SyncBucketJob
fn clone(&self) -> SyncBucketJob
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 SyncBucketJob
impl RefUnwindSafe for SyncBucketJob
impl Send for SyncBucketJob
impl Sync for SyncBucketJob
impl Unpin for SyncBucketJob
impl UnwindSafe for SyncBucketJob
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