pub struct NtpProtocolUpdate {
pub base: Option<ProtocolUpdate>,
pub ntp_servers: Option<Vec<String>>,
}Expand description
Update struct corresponding to NtpProtocol
Fields§
§base: Option<ProtocolUpdate>§ntp_servers: Option<Vec<String>>Implementations§
Trait Implementations§
Source§impl Debug for NtpProtocolUpdate
impl Debug for NtpProtocolUpdate
Source§impl Default for NtpProtocolUpdate
impl Default for NtpProtocolUpdate
Source§fn default() -> NtpProtocolUpdate
fn default() -> NtpProtocolUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NtpProtocolUpdate
impl RefUnwindSafe for NtpProtocolUpdate
impl Send for NtpProtocolUpdate
impl Sync for NtpProtocolUpdate
impl Unpin for NtpProtocolUpdate
impl UnsafeUnpin for NtpProtocolUpdate
impl UnwindSafe for NtpProtocolUpdate
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