pub struct CloseArgs {
pub tab: String,
pub connection: Connection,
}Fields§
§tab: String§connection: ConnectionTrait Implementations§
Auto Trait Implementations§
impl Freeze for CloseArgs
impl RefUnwindSafe for CloseArgs
impl Send for CloseArgs
impl Sync for CloseArgs
impl Unpin for CloseArgs
impl UnsafeUnpin for CloseArgs
impl UnwindSafe for CloseArgs
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