struct ContainerPlaceholder {
id: String,
name: String,
item_type: &'static str,
series_id: Option<String>,
series_name: Option<String>,
album_artist: Option<String>,
}Expand description
A container row to create if it was never cached. See save_to_cache.
Fields§
§id: String§name: String§item_type: &'static str§series_id: Option<String>§series_name: Option<String>§album_artist: Option<String>Auto Trait Implementations§
impl Freeze for ContainerPlaceholder
impl RefUnwindSafe for ContainerPlaceholder
impl Send for ContainerPlaceholder
impl Sync for ContainerPlaceholder
impl Unpin for ContainerPlaceholder
impl UnsafeUnpin for ContainerPlaceholder
impl UnwindSafe for ContainerPlaceholder
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