pub struct NodeUpdateError {
pub is_receive_queue_full: bool,
pub is_transit_queue_full: bool,
}
Expand description
Error that can be returned by Node
update
method.
Fields§
§is_receive_queue_full: bool
§is_transit_queue_full: bool
Auto Trait Implementations§
impl Freeze for NodeUpdateError
impl RefUnwindSafe for NodeUpdateError
impl Send for NodeUpdateError
impl Sync for NodeUpdateError
impl Unpin for NodeUpdateError
impl UnwindSafe for NodeUpdateError
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