pub struct VaultWrapper {
pub vault: Vault,
/* private fields */
}Fields§
§vault: VaultImplementations§
Source§impl VaultWrapper
impl VaultWrapper
pub async fn items(&self) -> Result<Vec<ItemWrapper>, Error>
pub async fn items_for_website( &self, website: &str, ) -> Result<Vec<ItemWrapper>, Error>
Trait Implementations§
Source§impl Debug for VaultWrapper
impl Debug for VaultWrapper
Auto Trait Implementations§
impl Freeze for VaultWrapper
impl RefUnwindSafe for VaultWrapper
impl Send for VaultWrapper
impl Sync for VaultWrapper
impl Unpin for VaultWrapper
impl UnwindSafe for VaultWrapper
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