pub struct VslmTaskReasonUser {
pub user_name: String,
}Expand description
Indicates that the task was queued by a specific user.
This structure may be used only with operations rendered under /vslm.
§How to access
VslmTask::vslm_query_info().reason→VslmTaskReasonUser
Fields§
§user_name: StringName of the user that queued the task.
Trait Implementations§
Source§impl Debug for VslmTaskReasonUser
impl Debug for VslmTaskReasonUser
Source§impl Deserialize for VslmTaskReasonUser
impl Deserialize for VslmTaskReasonUser
Source§impl VimObjectTrait for VslmTaskReasonUser
impl VimObjectTrait for VslmTaskReasonUser
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VslmTaskReasonUser
impl VslmTaskReasonTrait for VslmTaskReasonUser
Auto Trait Implementations§
impl Freeze for VslmTaskReasonUser
impl RefUnwindSafe for VslmTaskReasonUser
impl Send for VslmTaskReasonUser
impl Sync for VslmTaskReasonUser
impl Unpin for VslmTaskReasonUser
impl UnsafeUnpin for VslmTaskReasonUser
impl UnwindSafe for VslmTaskReasonUser
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