#[repr(u8)]pub enum PropagationType {
Broadcast = 0,
Transport = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PropagationType
impl Clone for PropagationType
Source§fn clone(&self) -> PropagationType
fn clone(&self) -> PropagationType
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 PropagationType
Source§impl Debug for PropagationType
impl Debug for PropagationType
impl Eq for PropagationType
Source§impl PartialEq for PropagationType
impl PartialEq for PropagationType
impl StructuralPartialEq for PropagationType
Auto Trait Implementations§
impl Freeze for PropagationType
impl RefUnwindSafe for PropagationType
impl Send for PropagationType
impl Sync for PropagationType
impl Unpin for PropagationType
impl UnsafeUnpin for PropagationType
impl UnwindSafe for PropagationType
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