pub struct LockOperationErrorEvent {
pub lock_operation_type: Option<LockOperationType>,
pub operation_source: Option<OperationSource>,
pub operation_error: Option<OperationError>,
pub user_index: Option<u16>,
pub fabric_index: Option<u8>,
pub source_node: Option<u64>,
pub credentials: Option<Vec<Credential>>,
}Fields§
§lock_operation_type: Option<LockOperationType>§operation_source: Option<OperationSource>§operation_error: Option<OperationError>§user_index: Option<u16>§fabric_index: Option<u8>§source_node: Option<u64>§credentials: Option<Vec<Credential>>Trait Implementations§
Source§impl Debug for LockOperationErrorEvent
impl Debug for LockOperationErrorEvent
Auto Trait Implementations§
impl Freeze for LockOperationErrorEvent
impl RefUnwindSafe for LockOperationErrorEvent
impl Send for LockOperationErrorEvent
impl Sync for LockOperationErrorEvent
impl Unpin for LockOperationErrorEvent
impl UnwindSafe for LockOperationErrorEvent
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