pub struct ShadowingAlert {
pub tool_name: String,
pub original_server: String,
pub shadowing_server: String,
}Expand description
Alert raised when a tool name is registered by more than one server.
Fields§
§tool_name: String§original_server: String§shadowing_server: StringTrait Implementations§
Source§impl Clone for ShadowingAlert
impl Clone for ShadowingAlert
Source§fn clone(&self) -> ShadowingAlert
fn clone(&self) -> ShadowingAlert
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 ShadowingAlert
impl RefUnwindSafe for ShadowingAlert
impl Send for ShadowingAlert
impl Sync for ShadowingAlert
impl Unpin for ShadowingAlert
impl UnsafeUnpin for ShadowingAlert
impl UnwindSafe for ShadowingAlert
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