pub struct SaveData {
pub key: String,
pub size: usize,
}Expand description
Successful result on the storage provider save function.
Fields§
§key: StringKey of the saved entry.
size: usizeByte size of the entry.
Auto Trait Implementations§
impl Freeze for SaveData
impl RefUnwindSafe for SaveData
impl Send for SaveData
impl Sync for SaveData
impl Unpin for SaveData
impl UnwindSafe for SaveData
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