pub struct PeersQuery {
pub last_known_id: i64,
}
Expand description
§/api/v2/log/peers
Fields§
§last_known_id: i64
Trait Implementations§
Source§impl Clone for PeersQuery
impl Clone for PeersQuery
Source§fn clone(&self) -> PeersQuery
fn clone(&self) -> PeersQuery
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PeersQuery
impl Debug for PeersQuery
Source§impl Default for PeersQuery
impl Default for PeersQuery
Auto Trait Implementations§
impl Freeze for PeersQuery
impl RefUnwindSafe for PeersQuery
impl Send for PeersQuery
impl Sync for PeersQuery
impl Unpin for PeersQuery
impl UnwindSafe for PeersQuery
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