pub struct SessionMemoryActionNames {
pub tool_name: &'static str,
pub read: &'static str,
pub append: &'static str,
pub replace: &'static str,
pub clear: &'static str,
pub list_topics: &'static str,
}Fields§
§tool_name: &'static str§read: &'static str§append: &'static str§replace: &'static str§clear: &'static str§list_topics: &'static strTrait Implementations§
Source§impl Clone for SessionMemoryActionNames
impl Clone for SessionMemoryActionNames
Source§fn clone(&self) -> SessionMemoryActionNames
fn clone(&self) -> SessionMemoryActionNames
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionMemoryActionNames
impl Debug for SessionMemoryActionNames
impl Copy for SessionMemoryActionNames
Auto Trait Implementations§
impl Freeze for SessionMemoryActionNames
impl RefUnwindSafe for SessionMemoryActionNames
impl Send for SessionMemoryActionNames
impl Sync for SessionMemoryActionNames
impl Unpin for SessionMemoryActionNames
impl UnsafeUnpin for SessionMemoryActionNames
impl UnwindSafe for SessionMemoryActionNames
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