pub struct DownloadBlocksOptArgs {
pub unallocated: Option<bool>,
}
Fields§
§unallocated: Option<bool>
Trait Implementations§
Source§impl Default for DownloadBlocksOptArgs
impl Default for DownloadBlocksOptArgs
Source§fn default() -> DownloadBlocksOptArgs
fn default() -> DownloadBlocksOptArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DownloadBlocksOptArgs
impl RefUnwindSafe for DownloadBlocksOptArgs
impl Send for DownloadBlocksOptArgs
impl Sync for DownloadBlocksOptArgs
impl Unpin for DownloadBlocksOptArgs
impl UnwindSafe for DownloadBlocksOptArgs
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