pub struct MatchmakerReleaseUpdateBase {
pub version: Option<String>,
}Fields§
§version: Option<String>Name of the matchmaker release. Should be unique, and will be used to differentiate your releases.
Implementations§
Source§impl MatchmakerReleaseUpdateBase
impl MatchmakerReleaseUpdateBase
pub fn new() -> MatchmakerReleaseUpdateBase
Trait Implementations§
Source§impl Clone for MatchmakerReleaseUpdateBase
impl Clone for MatchmakerReleaseUpdateBase
Source§fn clone(&self) -> MatchmakerReleaseUpdateBase
fn clone(&self) -> MatchmakerReleaseUpdateBase
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 MatchmakerReleaseUpdateBase
impl Debug for MatchmakerReleaseUpdateBase
Source§impl Default for MatchmakerReleaseUpdateBase
impl Default for MatchmakerReleaseUpdateBase
Source§fn default() -> MatchmakerReleaseUpdateBase
fn default() -> MatchmakerReleaseUpdateBase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchmakerReleaseUpdateBase
impl<'de> Deserialize<'de> for MatchmakerReleaseUpdateBase
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 MatchmakerReleaseUpdateBase
Auto Trait Implementations§
impl Freeze for MatchmakerReleaseUpdateBase
impl RefUnwindSafe for MatchmakerReleaseUpdateBase
impl Send for MatchmakerReleaseUpdateBase
impl Sync for MatchmakerReleaseUpdateBase
impl Unpin for MatchmakerReleaseUpdateBase
impl UnwindSafe for MatchmakerReleaseUpdateBase
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