pub struct BootstrapRmAllResponse {
pub peers: Vec<String>,
}
Fields§
§peers: Vec<String>
Trait Implementations§
Source§impl Debug for BootstrapRmAllResponse
impl Debug for BootstrapRmAllResponse
Source§impl<'de> Deserialize<'de> for BootstrapRmAllResponse
impl<'de> Deserialize<'de> for BootstrapRmAllResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootstrapRmAllResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootstrapRmAllResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BootstrapRmAllResponse
impl RefUnwindSafe for BootstrapRmAllResponse
impl Send for BootstrapRmAllResponse
impl Sync for BootstrapRmAllResponse
impl Unpin for BootstrapRmAllResponse
impl UnwindSafe for BootstrapRmAllResponse
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