pub struct FillParams<'a> { /* private fields */ }Expand description
Parameters that can be supplied to someone filling an area with blocks.
Implementations§
Source§impl<'a> FillParams<'a>
impl<'a> FillParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for FillParams<'a>
impl<'a> !RefUnwindSafe for FillParams<'a>
impl<'a> !Send for FillParams<'a>
impl<'a> !Sync for FillParams<'a>
impl<'a> Unpin for FillParams<'a>
impl<'a> !UnwindSafe for FillParams<'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