pub struct LxcVmStopRequest {
pub overrule_shutdown: Option<PveBoolean>,
pub skiplock: Option<PveBoolean>,
}Fields§
§overrule_shutdown: Option<PveBoolean>Try to abort active ‘vzshutdown’ tasks before stopping.
skiplock: Option<PveBoolean>Ignore locks - only root is allowed to use this option.
Implementations§
Source§impl LxcVmStopRequest
impl LxcVmStopRequest
pub fn new() -> LxcVmStopRequest
Trait Implementations§
Source§impl Clone for LxcVmStopRequest
impl Clone for LxcVmStopRequest
Source§fn clone(&self) -> LxcVmStopRequest
fn clone(&self) -> LxcVmStopRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LxcVmStopRequest
impl Debug for LxcVmStopRequest
Source§impl Default for LxcVmStopRequest
impl Default for LxcVmStopRequest
Source§fn default() -> LxcVmStopRequest
fn default() -> LxcVmStopRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LxcVmStopRequest
impl<'de> Deserialize<'de> for LxcVmStopRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LxcVmStopRequest
impl PartialEq for LxcVmStopRequest
Source§fn eq(&self, other: &LxcVmStopRequest) -> bool
fn eq(&self, other: &LxcVmStopRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LxcVmStopRequest
impl Serialize for LxcVmStopRequest
impl StructuralPartialEq for LxcVmStopRequest
Auto Trait Implementations§
impl Freeze for LxcVmStopRequest
impl RefUnwindSafe for LxcVmStopRequest
impl Send for LxcVmStopRequest
impl Sync for LxcVmStopRequest
impl Unpin for LxcVmStopRequest
impl UnsafeUnpin for LxcVmStopRequest
impl UnwindSafe for LxcVmStopRequest
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