Struct vrc_log::config::VRChatConfig
source · pub struct VRChatConfig {
pub cache_directory: PathBuf,
}Fields§
§cache_directory: PathBufImplementations§
Trait Implementations§
source§impl Clone for VRChatConfig
impl Clone for VRChatConfig
source§fn clone(&self) -> VRChatConfig
fn clone(&self) -> VRChatConfig
Returns a copy 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 VRChatConfig
impl Debug for VRChatConfig
source§impl Default for VRChatConfig
impl Default for VRChatConfig
source§impl<'de> Deserialize<'de> for VRChatConfig
impl<'de> Deserialize<'de> for VRChatConfig
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 RefUnwindSafe for VRChatConfig
impl Send for VRChatConfig
impl Sync for VRChatConfig
impl Unpin for VRChatConfig
impl UnwindSafe for VRChatConfig
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