pub enum UpdateRule {
Anybody,
OverlayNodes,
Signature,
}
Variants§
Implementations§
Source§impl<'tl> UpdateRule
impl<'tl> UpdateRule
pub const TL_ID_ANYBODY: u32 = 1_633_127_956u32
pub const TL_ID_OVERLAY_NODES: u32 = 645_370_755u32
pub const TL_ID_SIGNATURE: u32 = 3_432_985_079u32
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 · 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 UpdateRule
impl Debug for UpdateRule
Source§impl PartialEq for UpdateRule
impl PartialEq for UpdateRule
Source§impl<'tl> TlRead<'tl> for UpdateRule
impl<'tl> TlRead<'tl> for UpdateRule
Source§impl TlWrite for UpdateRule
impl TlWrite for UpdateRule
impl Copy for UpdateRule
impl Eq for UpdateRule
impl StructuralPartialEq 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 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