pub struct RawStorageConfig {
pub mailbox_path: Option<PathBuf>,
}Fields§
§mailbox_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for RawStorageConfig
impl Clone for RawStorageConfig
Source§fn clone(&self) -> RawStorageConfig
fn clone(&self) -> RawStorageConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawStorageConfig
impl Debug for RawStorageConfig
Source§impl Default for RawStorageConfig
impl Default for RawStorageConfig
Source§fn default() -> RawStorageConfig
fn default() -> RawStorageConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawStorageConfig
impl<'de> Deserialize<'de> for RawStorageConfig
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 RawStorageConfig
impl RefUnwindSafe for RawStorageConfig
impl Send for RawStorageConfig
impl Sync for RawStorageConfig
impl Unpin for RawStorageConfig
impl UnsafeUnpin for RawStorageConfig
impl UnwindSafe for RawStorageConfig
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