pub struct LockUserChangeEvent {
pub lock_data_type: Option<LockDataType>,
pub data_operation_type: Option<DataOperationType>,
pub operation_source: Option<OperationSource>,
pub user_index: Option<u16>,
pub fabric_index: Option<u8>,
pub source_node: Option<u64>,
pub data_index: Option<u16>,
}Fields§
§lock_data_type: Option<LockDataType>§data_operation_type: Option<DataOperationType>§operation_source: Option<OperationSource>§user_index: Option<u16>§fabric_index: Option<u8>§source_node: Option<u64>§data_index: Option<u16>Trait Implementations§
Source§impl Debug for LockUserChangeEvent
impl Debug for LockUserChangeEvent
Auto Trait Implementations§
impl Freeze for LockUserChangeEvent
impl RefUnwindSafe for LockUserChangeEvent
impl Send for LockUserChangeEvent
impl Sync for LockUserChangeEvent
impl Unpin for LockUserChangeEvent
impl UnwindSafe for LockUserChangeEvent
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