pub struct NodesAptCreateUpdateRequest {
pub notify: Option<bool>,
pub quiet: Option<bool>,
}Fields§
§notify: Option<bool>Send notification mail about new package updates available to the email address configured for ‘root@pam’).
quiet: Option<bool>Only produces output suitable for logging, omitting progress indicators.
Implementations§
Source§impl NodesAptCreateUpdateRequest
impl NodesAptCreateUpdateRequest
pub fn new() -> NodesAptCreateUpdateRequest
Trait Implementations§
Source§impl Clone for NodesAptCreateUpdateRequest
impl Clone for NodesAptCreateUpdateRequest
Source§fn clone(&self) -> NodesAptCreateUpdateRequest
fn clone(&self) -> NodesAptCreateUpdateRequest
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 NodesAptCreateUpdateRequest
impl Debug for NodesAptCreateUpdateRequest
Source§impl Default for NodesAptCreateUpdateRequest
impl Default for NodesAptCreateUpdateRequest
Source§fn default() -> NodesAptCreateUpdateRequest
fn default() -> NodesAptCreateUpdateRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodesAptCreateUpdateRequest
impl<'de> Deserialize<'de> for NodesAptCreateUpdateRequest
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 NodesAptCreateUpdateRequest
impl PartialEq for NodesAptCreateUpdateRequest
Source§fn eq(&self, other: &NodesAptCreateUpdateRequest) -> bool
fn eq(&self, other: &NodesAptCreateUpdateRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodesAptCreateUpdateRequest
Auto Trait Implementations§
impl Freeze for NodesAptCreateUpdateRequest
impl RefUnwindSafe for NodesAptCreateUpdateRequest
impl Send for NodesAptCreateUpdateRequest
impl Sync for NodesAptCreateUpdateRequest
impl Unpin for NodesAptCreateUpdateRequest
impl UnsafeUnpin for NodesAptCreateUpdateRequest
impl UnwindSafe for NodesAptCreateUpdateRequest
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