pub struct BtSeedingConfig {
pub max_upload_bytes_per_sec: Option<u64>,
pub max_peers_to_unchoke: usize,
pub optimistic_unchoke_interval_secs: u64,
}Fields§
§max_upload_bytes_per_sec: Option<u64>§max_peers_to_unchoke: usize§optimistic_unchoke_interval_secs: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BtSeedingConfig
impl RefUnwindSafe for BtSeedingConfig
impl Send for BtSeedingConfig
impl Sync for BtSeedingConfig
impl Unpin for BtSeedingConfig
impl UnsafeUnpin for BtSeedingConfig
impl UnwindSafe for BtSeedingConfig
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