pub struct DataStoreDeleteEntry {
pub name: String,
pub scope: Option<String>,
pub key: String,
}Fields§
§name: String§scope: Option<String>§key: StringAuto Trait Implementations§
impl Freeze for DataStoreDeleteEntry
impl RefUnwindSafe for DataStoreDeleteEntry
impl Send for DataStoreDeleteEntry
impl Sync for DataStoreDeleteEntry
impl Unpin for DataStoreDeleteEntry
impl UnsafeUnpin for DataStoreDeleteEntry
impl UnwindSafe for DataStoreDeleteEntry
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