pub struct CollabEditorSettings {
pub inProgressEnabled: bool,
}Expand description
CollabEditorSettings is a sub class of the Unity engine since version 2017.1.0f2.
Fields§
§inProgressEnabled: boolTrait Implementations§
Source§impl Debug for CollabEditorSettings
impl Debug for CollabEditorSettings
Source§impl<'de> Deserialize<'de> for CollabEditorSettings
impl<'de> Deserialize<'de> for CollabEditorSettings
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 CollabEditorSettings
impl RefUnwindSafe for CollabEditorSettings
impl Send for CollabEditorSettings
impl Sync for CollabEditorSettings
impl Unpin for CollabEditorSettings
impl UnwindSafe for CollabEditorSettings
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