Struct wallswitch::SliceDisplay
source · pub struct SliceDisplay<'a>(pub &'a [FileInfo]);Expand description
Tuple Fields§
§0: &'a [FileInfo]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SliceDisplay<'a>
impl<'a> RefUnwindSafe for SliceDisplay<'a>
impl<'a> Send for SliceDisplay<'a>
impl<'a> Sync for SliceDisplay<'a>
impl<'a> Unpin for SliceDisplay<'a>
impl<'a> UnwindSafe for SliceDisplay<'a>
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