pub struct DsWidget { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DsNodeIsMe for DsWidget
impl DsNodeIsMe for DsWidget
fn is_me(input: ParseStream<'_>) -> bool
Auto Trait Implementations§
impl Freeze for DsWidget
impl RefUnwindSafe for DsWidget
impl !Send for DsWidget
impl !Sync for DsWidget
impl Unpin for DsWidget
impl UnsafeUnpin for DsWidget
impl UnwindSafe for DsWidget
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