pub struct ToolOwner {
pub user_id: String,
pub turn_timeout: Duration,
}Expand description
The account owner granted remote tools.
Fields§
§user_id: StringThe owner’s authenticated iLink user ID.
turn_timeout: DurationHow long one owner turn may run; see owner_turn_timeout.
Trait Implementations§
impl Eq for ToolOwner
impl StructuralPartialEq for ToolOwner
Auto Trait Implementations§
impl Freeze for ToolOwner
impl RefUnwindSafe for ToolOwner
impl Send for ToolOwner
impl Sync for ToolOwner
impl Unpin for ToolOwner
impl UnsafeUnpin for ToolOwner
impl UnwindSafe for ToolOwner
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