pub struct ToolPermissionsState {
pub tools: Vec<ToolPermissionEntry>,
pub cursor: usize,
}Fields§
§tools: Vec<ToolPermissionEntry>§cursor: usizeTrait Implementations§
Source§impl Clone for ToolPermissionsState
impl Clone for ToolPermissionsState
Source§fn clone(&self) -> ToolPermissionsState
fn clone(&self) -> ToolPermissionsState
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 moreAuto Trait Implementations§
impl Freeze for ToolPermissionsState
impl RefUnwindSafe for ToolPermissionsState
impl Send for ToolPermissionsState
impl Sync for ToolPermissionsState
impl Unpin for ToolPermissionsState
impl UnsafeUnpin for ToolPermissionsState
impl UnwindSafe for ToolPermissionsState
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