pub struct Gift {
pub depth: usize,
pub c: char,
}Expand description
Something that can maybe satisfy a wish
Fields§
§depth: usize§c: charImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gift
impl RefUnwindSafe for Gift
impl Send for Gift
impl Sync for Gift
impl Unpin for Gift
impl UnwindSafe for Gift
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