Struct everscale_network::proto::rpc::OverlayQuery
source · [−]pub struct OverlayQuery<'tl> {
pub overlay: HashRef<'tl>,
}Fields
overlay: HashRef<'tl>Trait Implementations
sourceimpl<'tl> Clone for OverlayQuery<'tl>
impl<'tl> Clone for OverlayQuery<'tl>
sourcefn clone(&self) -> OverlayQuery<'tl>
fn clone(&self) -> OverlayQuery<'tl>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'tl> TlRead<'tl> for OverlayQuery<'tl>
impl<'tl> TlRead<'tl> for OverlayQuery<'tl>
sourceimpl<'tl> TlWrite for OverlayQuery<'tl>
impl<'tl> TlWrite for OverlayQuery<'tl>
impl<'tl> Copy for OverlayQuery<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for OverlayQuery<'tl>
impl<'tl> Send for OverlayQuery<'tl>
impl<'tl> Sync for OverlayQuery<'tl>
impl<'tl> Unpin for OverlayQuery<'tl>
impl<'tl> UnwindSafe for OverlayQuery<'tl>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more