pub struct RtArgument { /* private fields */ }Expand description
The argument that is sent from the Forester instance
Trait Implementations§
Source§impl Clone for RtArgument
impl Clone for RtArgument
Source§fn clone(&self) -> RtArgument
fn clone(&self) -> RtArgument
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 moreSource§impl Debug for RtArgument
impl Debug for RtArgument
Source§impl<'de> Deserialize<'de> for RtArgument
impl<'de> Deserialize<'de> for RtArgument
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 RtArgument
impl PartialEq for RtArgument
Source§impl Serialize for RtArgument
impl Serialize for RtArgument
impl StructuralPartialEq for RtArgument
Auto Trait Implementations§
impl Freeze for RtArgument
impl RefUnwindSafe for RtArgument
impl Send for RtArgument
impl Sync for RtArgument
impl Unpin for RtArgument
impl UnwindSafe for RtArgument
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