pub struct VersionControlSettings {
pub m_CollabEditorSettings: CollabEditorSettings,
pub m_Mode: String,
}
Expand description
VersionControlSettings is a class of the Unity engine since version 2020.1.0b1.
Fields§
§m_CollabEditorSettings: CollabEditorSettings
§m_Mode: String
Trait Implementations§
Source§impl Debug for VersionControlSettings
impl Debug for VersionControlSettings
Source§impl<'de> Deserialize<'de> for VersionControlSettings
impl<'de> Deserialize<'de> for VersionControlSettings
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
Auto Trait Implementations§
impl Freeze for VersionControlSettings
impl RefUnwindSafe for VersionControlSettings
impl Send for VersionControlSettings
impl Sync for VersionControlSettings
impl Unpin for VersionControlSettings
impl UnwindSafe for VersionControlSettings
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