pub enum Binding {
Local,
Admin,
}Expand description
Which binding a frame arrived over.
The command grammar and the property surface are the same either way; what differs is who is asking. A local host is tethered to the device and owns the session and host domains; a mesh administrator reaches the device domain and nothing else (spec §Node Management — Authorization).
Variants§
Local
The attached host’s transport: USB-CDC, UART, or bonded BLE.
Admin
A Node Management Request from a listed administrator, arriving over the mesh.
Trait Implementations§
impl Copy for Binding
impl Eq for Binding
impl StructuralPartialEq for Binding
Auto Trait Implementations§
impl Freeze for Binding
impl RefUnwindSafe for Binding
impl Send for Binding
impl Sync for Binding
impl Unpin for Binding
impl UnwindSafe for Binding
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)