Struct qbit_api_rs::types::BanPeersForm
source · pub struct BanPeersForm {
pub peers: Vec<String>,
}
Expand description
/api/v2/transfer/banPeers
peers
format Vec<host:port>
Fields§
§peers: Vec<String>
Trait Implementations§
source§impl Debug for BanPeersForm
impl Debug for BanPeersForm
Auto Trait Implementations§
impl RefUnwindSafe for BanPeersForm
impl Send for BanPeersForm
impl Sync for BanPeersForm
impl Unpin for BanPeersForm
impl UnwindSafe for BanPeersForm
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