pub struct Expn { /* private fields */ }
Expand description
EXPN command
Implementations§
Trait Implementations§
impl Eq for Expn
impl StructuralPartialEq for Expn
Auto Trait Implementations§
impl Freeze for Expn
impl RefUnwindSafe for Expn
impl Send for Expn
impl Sync for Expn
impl Unpin for Expn
impl UnwindSafe for Expn
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