pub struct Save;Expand description
Save 命令
用法:
- /save - 保存当前会话
- /save
- 保存并重命名会话
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Save
impl RefUnwindSafe for Save
impl Send for Save
impl Sync for Save
impl Unpin for Save
impl UnsafeUnpin for Save
impl UnwindSafe for Save
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