pub enum Regarding {
Unicast {
message_id: u8,
},
Multicast {
message_id: u8,
source_prefix: NodeHint,
},
}Variants§
Trait Implementations§
impl Copy for Regarding
impl Eq for Regarding
impl StructuralPartialEq for Regarding
Auto Trait Implementations§
impl Freeze for Regarding
impl RefUnwindSafe for Regarding
impl Send for Regarding
impl Sync for Regarding
impl Unpin for Regarding
impl UnwindSafe for Regarding
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)