Struct qbit_api_rs::types::LogPeersQuery
source · pub struct LogPeersQuery {
pub last_known_id: i64,
}
Expand description
Fields§
§last_known_id: i64
Trait Implementations§
source§impl Debug for LogPeersQuery
impl Debug for LogPeersQuery
source§impl Default for LogPeersQuery
impl Default for LogPeersQuery
Auto Trait Implementations§
impl RefUnwindSafe for LogPeersQuery
impl Send for LogPeersQuery
impl Sync for LogPeersQuery
impl Unpin for LogPeersQuery
impl UnwindSafe for LogPeersQuery
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