pub struct ServerPut {
pub config: Option<Value>,
}Expand description
ServerPut : ServerPut represents the modifiable fields of a server configuration
Fields§
§config: Option<Value>Server configuration map (refer to doc/server.md)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ServerPut
impl<'de> Deserialize<'de> for ServerPut
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
impl StructuralPartialEq for ServerPut
Auto Trait Implementations§
impl Freeze for ServerPut
impl RefUnwindSafe for ServerPut
impl Send for ServerPut
impl Sync for ServerPut
impl Unpin for ServerPut
impl UnsafeUnpin for ServerPut
impl UnwindSafe for ServerPut
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