Enum syn_solidity::UsingType
source · pub enum UsingType {
Star(Star),
Type(Type),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UsingType
impl !Send for UsingType
impl !Sync for UsingType
impl Unpin for UsingType
impl UnwindSafe for UsingType
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