pub struct AgentPartInputSource {
pub end: u64,
pub start: u64,
pub value: String,
}Fields§
§end: u64§start: u64§value: StringTrait Implementations§
Source§impl Clone for AgentPartInputSource
impl Clone for AgentPartInputSource
Source§fn clone(&self) -> AgentPartInputSource
fn clone(&self) -> AgentPartInputSource
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 AgentPartInputSource
impl Debug for AgentPartInputSource
Source§impl<'de> Deserialize<'de> for AgentPartInputSource
impl<'de> Deserialize<'de> for AgentPartInputSource
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 AgentPartInputSource
impl PartialEq for AgentPartInputSource
Source§impl Serialize for AgentPartInputSource
impl Serialize for AgentPartInputSource
impl StructuralPartialEq for AgentPartInputSource
Auto Trait Implementations§
impl Freeze for AgentPartInputSource
impl RefUnwindSafe for AgentPartInputSource
impl Send for AgentPartInputSource
impl Sync for AgentPartInputSource
impl Unpin for AgentPartInputSource
impl UnsafeUnpin for AgentPartInputSource
impl UnwindSafe for AgentPartInputSource
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