pub struct OverlayGetRandomPeers<'tl> {
pub peers: Nodes<'tl>,
}Fields§
§peers: Nodes<'tl>Implementations§
Trait Implementations§
Source§impl<'tl> TlRead<'tl> for OverlayGetRandomPeers<'tl>
impl<'tl> TlRead<'tl> for OverlayGetRandomPeers<'tl>
Auto Trait Implementations§
impl<'tl> Freeze for OverlayGetRandomPeers<'tl>
impl<'tl> RefUnwindSafe for OverlayGetRandomPeers<'tl>
impl<'tl> Send for OverlayGetRandomPeers<'tl>
impl<'tl> Sync for OverlayGetRandomPeers<'tl>
impl<'tl> Unpin for OverlayGetRandomPeers<'tl>
impl<'tl> UnwindSafe for OverlayGetRandomPeers<'tl>
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