pub enum UpdateRule {
Anybody,
OverlayNodes,
Signature,
}Variants§
Implementations§
Source§impl<'tl> UpdateRule
impl<'tl> UpdateRule
pub const TL_ID_ANYBODY: u32 = 1633127956u32
pub const TL_ID_OVERLAY_NODES: u32 = 645370755u32
pub const TL_ID_SIGNATURE: u32 = 3432985079u32
Trait Implementations§
Source§impl Clone for UpdateRule
impl Clone for UpdateRule
Source§fn clone(&self) -> UpdateRule
fn clone(&self) -> UpdateRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UpdateRule
Source§impl Debug for UpdateRule
impl Debug for UpdateRule
impl Eq for UpdateRule
Source§impl PartialEq for UpdateRule
impl PartialEq for UpdateRule
Source§fn eq(&self, other: &UpdateRule) -> bool
fn eq(&self, other: &UpdateRule) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateRule
Source§impl<'tl> TlRead<'tl> for UpdateRule
impl<'tl> TlRead<'tl> for UpdateRule
Auto Trait Implementations§
impl Freeze for UpdateRule
impl RefUnwindSafe for UpdateRule
impl Send for UpdateRule
impl Sync for UpdateRule
impl Unpin for UpdateRule
impl UnsafeUnpin for UpdateRule
impl UnwindSafe for UpdateRule
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