pub struct ZincSyncRequest {
pub taproot: SyncRequestType,
pub payment: Option<SyncRequestType>,
}Expand description
Bundled sync request for taproot and optional payment wallets.
Fields§
§taproot: SyncRequestTypeTaproot sync request.
payment: Option<SyncRequestType>Optional payment sync request.
Auto Trait Implementations§
impl Freeze for ZincSyncRequest
impl !RefUnwindSafe for ZincSyncRequest
impl Send for ZincSyncRequest
impl !Sync for ZincSyncRequest
impl Unpin for ZincSyncRequest
impl UnsafeUnpin for ZincSyncRequest
impl !UnwindSafe for ZincSyncRequest
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