pub struct Gallery;Expand description
Gallery arrangement helpers.
Implementations§
Auto Trait Implementations§
impl Freeze for Gallery
impl RefUnwindSafe for Gallery
impl Send for Gallery
impl Sync for Gallery
impl Unpin for Gallery
impl UnsafeUnpin for Gallery
impl UnwindSafe for Gallery
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