pub(crate) struct Day {
pub(crate) padding: Padding,
}
Fields§
§padding: Padding
Trait Implementations§
source§impl ToTokenTree for Day
impl ToTokenTree for Day
fn into_token_tree(self) -> TokenTree
Auto Trait Implementations§
impl Freeze for Day
impl RefUnwindSafe for Day
impl Send for Day
impl Sync for Day
impl Unpin for Day
impl UnwindSafe for Day
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