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