pub struct GetCmd { /* private fields */ }
Implementations§
Source§impl GetCmd
impl GetCmd
pub fn account(&self) -> AccountCmd
Sourcepub fn item_lite(&self, item: &str) -> ItemLiteCmd
pub fn item_lite(&self, item: &str) -> ItemLiteCmd
this method return items’ fields of website,username,password
pub fn item(&self, item: &str) -> GetItemCmd
pub fn document(&self, doc: &str) -> GetDocumentCmd
pub fn totp(&self, item_name: &str) -> GetTotpCmd
pub fn user(&self, uuid: &str) -> GetUserCmd
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetCmd
impl RefUnwindSafe for GetCmd
impl Send for GetCmd
impl Sync for GetCmd
impl Unpin for GetCmd
impl UnwindSafe for GetCmd
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