pub struct SignalDir {
pub path: PathBuf,
}Fields§
§path: PathBufImplementations§
Source§impl SignalDir
impl SignalDir
pub fn open(path: PathBuf) -> Result<Self>
pub fn key(&self, password: Option<SecretKey>) -> Result<Option<SecretKey>>
pub fn config(&self) -> Result<SignalConfig>
pub fn config_path(&self) -> PathBuf
pub fn db(&self) -> Result<SignalDb>
pub fn db_path(&self) -> PathBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignalDir
impl RefUnwindSafe for SignalDir
impl Send for SignalDir
impl Sync for SignalDir
impl Unpin for SignalDir
impl UnwindSafe for SignalDir
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