Enum everscale_network::proto::dht::UpdateRule
source · [−]pub enum UpdateRule {
Anybody,
OverlayNodes,
Signature,
}Variants
Anybody
OverlayNodes
Signature
Trait Implementations
sourceimpl Clone for UpdateRule
impl Clone for UpdateRule
sourcefn clone(&self) -> UpdateRule
fn clone(&self) -> UpdateRule
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 Debug for UpdateRule
impl Debug for UpdateRule
sourceimpl PartialEq<UpdateRule> for UpdateRule
impl PartialEq<UpdateRule> for UpdateRule
sourcefn eq(&self, other: &UpdateRule) -> bool
fn eq(&self, other: &UpdateRule) -> bool
sourceimpl<'tl> TlRead<'tl> for UpdateRule
impl<'tl> TlRead<'tl> for UpdateRule
sourceimpl TlWrite for UpdateRule
impl TlWrite for UpdateRule
impl Copy for UpdateRule
impl Eq for UpdateRule
impl StructuralEq for UpdateRule
impl StructuralPartialEq for UpdateRule
Auto Trait Implementations
impl RefUnwindSafe for UpdateRule
impl Send for UpdateRule
impl Sync for UpdateRule
impl Unpin for UpdateRule
impl UnwindSafe for UpdateRule
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