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