pub struct Entry { /* private fields */ }
Expand description
Password entry
Implementations§
Source§impl Entry
Auto-generated by derive_getters::Getters
.
impl Entry
Auto-generated by derive_getters::Getters
.
Sourcepub fn custom_icon_uuid(&self) -> &Option<Uuid>
pub fn custom_icon_uuid(&self) -> &Option<Uuid>
Provides a custom icon for the group overiding icon_id
Sourcepub fn foreground_color(&self) -> &String
pub fn foreground_color(&self) -> &String
Foreground text color of entry
Sourcepub fn background_color(&self) -> &String
pub fn background_color(&self) -> &String
Background text color of entry
Sourcepub fn override_url(&self) -> &String
pub fn override_url(&self) -> &String
Get field override_url
from instance of Entry
.
Sourcepub fn quality_check(&self) -> &Option<bool>
pub fn quality_check(&self) -> &Option<bool>
Get field quality_check
from instance of Entry
.
Tags for password entry
Sourcepub fn previous_parent_group(&self) -> &Option<Uuid>
pub fn previous_parent_group(&self) -> &Option<Uuid>
Get field previous_parent_group
from instance of Entry
.
Sourcepub fn custom_data(&self) -> &Vec<Item>
pub fn custom_data(&self) -> &Vec<Item>
Get field custom_data
from instance of Entry
.
Source§impl Entry
impl Entry
pub fn title(&self) -> ProtectedValue
pub fn username(&self) -> ProtectedValue
pub fn password(&self) -> ProtectedValue
pub fn url(&self) -> ProtectedValue
pub fn notes(&self) -> ProtectedValue
pub fn get_binary(&self, index: usize) -> (&str, &[u8])
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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