mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Set OpenAPI version back to 6.2.1 and fix GitLab CI
This commit is contained in:
10
patches/InviteMessageType-Display.rs
Normal file
10
patches/InviteMessageType-Display.rs
Normal file
@ -0,0 +1,10 @@
|
||||
impl std::fmt::Display for InviteMessageType {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
match self {
|
||||
Self::Message => write!(f, "message"),
|
||||
Self::Response => write!(f, "response"),
|
||||
Self::Request => write!(f, "request"),
|
||||
Self::RequestResponse => write!(f, "requestResponse"),
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user