pub struct AddKeysResult {
pub added: usize,
pub skipped: Vec<String>,
}Expand description
Result of adding keys to a file.
Fields§
§added: usize§skipped: Vec<String>Auto Trait Implementations§
impl Freeze for AddKeysResult
impl RefUnwindSafe for AddKeysResult
impl Send for AddKeysResult
impl Sync for AddKeysResult
impl Unpin for AddKeysResult
impl UnsafeUnpin for AddKeysResult
impl UnwindSafe for AddKeysResult
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