pub struct StoreMcp {
pub server: String,
pub put: Option<StoreOp>,
pub get: Option<StoreOp>,
pub list: Option<StoreOp>,
pub delete: Option<StoreOp>,
}Fields§
§server: String§put: Option<StoreOp>§get: Option<StoreOp>§list: Option<StoreOp>§delete: Option<StoreOp>Trait Implementations§
Source§impl<'de> Deserialize<'de> for StoreMcp
impl<'de> Deserialize<'de> for StoreMcp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for StoreMcp
Auto Trait Implementations§
impl Freeze for StoreMcp
impl RefUnwindSafe for StoreMcp
impl Send for StoreMcp
impl Sync for StoreMcp
impl Unpin for StoreMcp
impl UnsafeUnpin for StoreMcp
impl UnwindSafe for StoreMcp
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