pub struct ToolFileContent {
pub mime: String,
pub name: Option<String>,
pub type_: String,
pub uri: String,
}Fields§
§mime: String§name: Option<String>§type_: String§uri: StringTrait Implementations§
Source§impl Clone for ToolFileContent
impl Clone for ToolFileContent
Source§fn clone(&self) -> ToolFileContent
fn clone(&self) -> ToolFileContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToolFileContent
impl Debug for ToolFileContent
Source§impl<'de> Deserialize<'de> for ToolFileContent
impl<'de> Deserialize<'de> for ToolFileContent
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
Source§impl PartialEq for ToolFileContent
impl PartialEq for ToolFileContent
Source§impl Serialize for ToolFileContent
impl Serialize for ToolFileContent
impl StructuralPartialEq for ToolFileContent
Auto Trait Implementations§
impl Freeze for ToolFileContent
impl RefUnwindSafe for ToolFileContent
impl Send for ToolFileContent
impl Sync for ToolFileContent
impl Unpin for ToolFileContent
impl UnsafeUnpin for ToolFileContent
impl UnwindSafe for ToolFileContent
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