pub struct Group { /* private fields */ }
Expand description
Group of password entries and subgroups
Implementations§
Source§impl Group
Auto-generated by derive_getters::Getters
.
impl Group
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 is_expanded(&self) -> &bool
pub fn is_expanded(&self) -> &bool
Get field is_expanded
from instance of Group
.
Sourcepub fn default_auto_type_sequence(&self) -> &String
pub fn default_auto_type_sequence(&self) -> &String
Get field default_auto_type_sequence
from instance of Group
.
Sourcepub fn enable_auto_type(&self) -> &bool
pub fn enable_auto_type(&self) -> &bool
Get field enable_auto_type
from instance of Group
.
Sourcepub fn enable_searching(&self) -> &bool
pub fn enable_searching(&self) -> &bool
Get field enable_searching
from instance of Group
.
Sourcepub fn last_top_visible_entry(&self) -> &Uuid
pub fn last_top_visible_entry(&self) -> &Uuid
Get field last_top_visible_entry
from instance of Group
.
Sourcepub fn previous_parent_group(&self) -> &Option<Uuid>
pub fn previous_parent_group(&self) -> &Option<Uuid>
Get field previous_parent_group
from instance of Group
.
Get field tags
from instance of Group
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Group
impl RefUnwindSafe for Group
impl Send for Group
impl Sync for Group
impl Unpin for Group
impl UnwindSafe for Group
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