pub struct ConclaveModesPvpmodeAll {
pub value: String,
}Fields§
§value: StringImplementations§
Source§impl ConclaveModesPvpmodeAll
impl ConclaveModesPvpmodeAll
pub fn new(value: String) -> ConclaveModesPvpmodeAll
Trait Implementations§
Source§impl Clone for ConclaveModesPvpmodeAll
impl Clone for ConclaveModesPvpmodeAll
Source§fn clone(&self) -> ConclaveModesPvpmodeAll
fn clone(&self) -> ConclaveModesPvpmodeAll
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 ConclaveModesPvpmodeAll
impl Debug for ConclaveModesPvpmodeAll
Source§impl Default for ConclaveModesPvpmodeAll
impl Default for ConclaveModesPvpmodeAll
Source§fn default() -> ConclaveModesPvpmodeAll
fn default() -> ConclaveModesPvpmodeAll
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConclaveModesPvpmodeAll
impl<'de> Deserialize<'de> for ConclaveModesPvpmodeAll
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 ConclaveModesPvpmodeAll
impl PartialEq for ConclaveModesPvpmodeAll
Source§impl Serialize for ConclaveModesPvpmodeAll
impl Serialize for ConclaveModesPvpmodeAll
impl StructuralPartialEq for ConclaveModesPvpmodeAll
Auto Trait Implementations§
impl Freeze for ConclaveModesPvpmodeAll
impl RefUnwindSafe for ConclaveModesPvpmodeAll
impl Send for ConclaveModesPvpmodeAll
impl Sync for ConclaveModesPvpmodeAll
impl Unpin for ConclaveModesPvpmodeAll
impl UnwindSafe for ConclaveModesPvpmodeAll
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