pub struct IsrNode {
name: String,
id: u8,
privilege: Option<Ring>,
calling_func: Option<ExternalFunctionCall>,
}Fields§
§name: String§id: u8§privilege: Option<Ring>§calling_func: Option<ExternalFunctionCall>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsrNode
impl RefUnwindSafe for IsrNode
impl Send for IsrNode
impl Sync for IsrNode
impl Unpin for IsrNode
impl UnsafeUnpin for IsrNode
impl UnwindSafe for IsrNode
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