pub struct ServerVariableObject {
pub enum: Option<Vec<String>>,
pub default: String,
pub description: Option<String>,
}
Fields§
§enum: Option<Vec<String>>
§default: String
§description: Option<String>
Trait Implementations§
Source§impl Clone for ServerVariableObject
impl Clone for ServerVariableObject
Source§fn clone(&self) -> ServerVariableObject
fn clone(&self) -> ServerVariableObject
Returns a duplicate of the value. Read more
1.0.0 · 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 ServerVariableObject
impl Debug for ServerVariableObject
Auto Trait Implementations§
impl Freeze for ServerVariableObject
impl RefUnwindSafe for ServerVariableObject
impl Send for ServerVariableObject
impl Sync for ServerVariableObject
impl Unpin for ServerVariableObject
impl UnwindSafe for ServerVariableObject
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